fix: set editor

This commit is contained in:
silver 2023-01-25 11:24:53 +00:00
parent fb17071781
commit a1297745d7

View file

@ -24,4 +24,6 @@ in mkShell {
];
buildInputs = [ imports.agenix.agenix ];
shellHook = ''export EDITOR="/usr/bin/nano"'';
}