ix: the path for this was wrong, was dep[endant on having it installed outside of nix

This commit is contained in:
Brendan Golden 2023-01-29 12:41:01 +00:00
parent fcb79fd619
commit 6b13511ba0

View file

@ -25,5 +25,5 @@ in mkShell {
buildInputs = [ imports.agenix.agenix ];
shellHook = ''export EDITOR="/usr/bin/nano"'';
shellHook = ''export EDITOR="${pkgs.nano}/bin/nano"'';
}