forked from mirrors/nixpkgs
keep fallback visudo editor as nano
This commit is contained in:
parent
3dec61a8a6
commit
fbfdc8e2dc
|
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [
|
||||
"--with-env-editor"
|
||||
"--with-editor=/run/current-system/sw/bin/nano"
|
||||
"--with-rundir=/var/run"
|
||||
"--with-vardir=/var/db/sudo"
|
||||
"--with-logpath=/var/log/sudo.log"
|
||||
|
|
Loading…
Reference in a new issue