fix: nano was adding a new line on close
This commit is contained in:
parent
32577ecebc
commit
ee28f2047a
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 ];
|
buildInputs = [ imports.agenix.agenix ];
|
||||||
|
|
||||||
shellHook = ''export EDITOR="${pkgs.nano}/bin/nano"'';
|
shellHook = ''export EDITOR="${pkgs.nano}/bin/nano --nonewlines"'';
|
||||||
}
|
}
|
Loading…
Reference in a new issue