ix: the path for this was wrong, was dep[endant on having it installed outside of nix
This commit is contained in:
parent
fcb79fd619
commit
6b13511ba0
1 changed files with 1 additions and 1 deletions
2
dev.nix
2
dev.nix
|
@ -25,5 +25,5 @@ in mkShell {
|
|||
|
||||
buildInputs = [ imports.agenix.agenix ];
|
||||
|
||||
shellHook = ''export EDITOR="/usr/bin/nano"'';
|
||||
shellHook = ''export EDITOR="${pkgs.nano}/bin/nano"'';
|
||||
}
|
Loading…
Reference in a new issue