nixy/environment: remove SSH_ASKPASS from env
This commit is contained in:
parent
9f958a5643
commit
b2b5a9564c
@ -108,6 +108,9 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [nix-xilinx.overlay];
|
||||
environment = {
|
||||
extraInit = ''
|
||||
unset -v SSH_ASKPASS
|
||||
'';
|
||||
homeBinInPath = true;
|
||||
variables = {
|
||||
PATH = "$HOME/.cargo/bin";
|
||||
|
Loading…
Reference in New Issue
Block a user