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.config.allowUnfree = true;
|
||||||
nixpkgs.overlays = [nix-xilinx.overlay];
|
nixpkgs.overlays = [nix-xilinx.overlay];
|
||||||
environment = {
|
environment = {
|
||||||
|
extraInit = ''
|
||||||
|
unset -v SSH_ASKPASS
|
||||||
|
'';
|
||||||
homeBinInPath = true;
|
homeBinInPath = true;
|
||||||
variables = {
|
variables = {
|
||||||
PATH = "$HOME/.cargo/bin";
|
PATH = "$HOME/.cargo/bin";
|
||||||
|
Loading…
Reference in New Issue
Block a user