Commit 73bfe8a85bb4

Vincent Demeester <vincent@sbr.pm>
2021-08-30 10:42:55
nix: add nixos-generators and use_nix for direnv
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9a89dfa
Changed files (2)
.envrc
@@ -1,4 +1,4 @@
-# use_nix shell.nix
+use_nix shell.nix
 # use_flake
 
 test -f .secrets && source .secrets || echo "no secrets"
shell.nix
@@ -11,6 +11,7 @@ pkgs.mkShell
     cachix
     morph
     niv
+    nixos-generators
     nixpkgs-fmt
   ];
   shellHook = ''