From b5f5e7d38ccbaa752126466cf3f5730c7add02de Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 13 Feb 2022 18:47:35 +0000 Subject: [PATCH] devShell: Add Nix configuration --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index b28c793..d2557e6 100644 --- a/flake.nix +++ b/flake.nix @@ -99,6 +99,11 @@ }; devShell = pkgs.mkShell { + NIX_CONFIG = pkgs.writeText "nix.conf" + '' + experimental-features = nix-command flakes ca-derivations + ''; + packages = with pkgs; [ nix agenix