home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 73bfe8a85bb4f80e4784033cb6a57179f31b4670
parent 9a89dfafe5a675255765268561aa3ea6a80d9ee2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 30 Aug 2021 10:42:55 +0200

nix: add nixos-generators and use_nix for direnv

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.envrc | 2+-
Mshell.nix | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.envrc b/.envrc @@ -1,4 +1,4 @@ -# use_nix shell.nix +use_nix shell.nix # use_flake test -f .secrets && source .secrets || echo "no secrets" diff --git a/shell.nix b/shell.nix @@ -11,6 +11,7 @@ pkgs.mkShell cachix morph niv + nixos-generators nixpkgs-fmt ]; shellHook = ''