nix: select current nixpkgs version

a nixos-18.09 image should default to the same nixpkgs version
This commit is contained in:
zimbatm 2019-12-15 15:56:49 +01:00
parent 949ac55e09
commit c45c53b8c4
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -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"