devShell: Add Nix configuration

This commit is contained in:
Jack O'Sullivan 2022-02-13 18:47:35 +00:00
parent e306da7ce6
commit b5f5e7d38c

View File

@ -99,6 +99,11 @@
}; };
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
NIX_CONFIG = pkgs.writeText "nix.conf"
''
experimental-features = nix-command flakes ca-derivations
'';
packages = with pkgs; [ packages = with pkgs; [
nix nix
agenix agenix