fix: merge, seems I had already solved the nix-shell command
This commit is contained in:
commit
e7add7845a
1 changed files with 2 additions and 2 deletions
4
dev.nix
4
dev.nix
|
@ -1,4 +1,4 @@
|
|||
# run with nix-shell dev.nix
|
||||
# run with: nix-shell dev.nix
|
||||
# has everything installed for dev
|
||||
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
@ -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