mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
nix: select current nixpkgs version
a nixos-18.09 image should default to the same nixpkgs version
This commit is contained in:
@@ -60,7 +60,7 @@ let
|
|||||||
Cmd = [ "/bin/bash" ];
|
Cmd = [ "/bin/bash" ];
|
||||||
Env = [
|
Env = [
|
||||||
"ENV=/etc/profile.d/nix.sh"
|
"ENV=/etc/profile.d/nix.sh"
|
||||||
"NIX_PATH=nixpkgs=channel:nixpkgs-unstable"
|
"NIX_PATH=nixpkgs=${toString <nixpkgs>}"
|
||||||
"PAGER=cat"
|
"PAGER=cat"
|
||||||
"PATH=/usr/bin:/bin"
|
"PATH=/usr/bin:/bin"
|
||||||
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
|
|||||||
Reference in New Issue
Block a user