nix: select current nixpkgs version
a nixos-18.09 image should default to the same nixpkgs version
This commit is contained in:
parent
949ac55e09
commit
c45c53b8c4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ let
|
|||
Cmd = [ "/bin/bash" ];
|
||||
Env = [
|
||||
"ENV=/etc/profile.d/nix.sh"
|
||||
"NIX_PATH=nixpkgs=channel:nixpkgs-unstable"
|
||||
"NIX_PATH=nixpkgs=${toString <nixpkgs>}"
|
||||
"PAGER=cat"
|
||||
"PATH=/usr/bin:/bin"
|
||||
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue