forked from mirrors/nixpkgs
Leverage lib.release
This commit is contained in:
parent
a26d9e3ba8
commit
5a232b0f5b
|
@ -133,7 +133,7 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
impureEnvVars = impureEnvVars ++ netrcImpureEnvVars;
|
||||
|
||||
nixpkgsVersion = lib.fileContents ../../../.version;
|
||||
nixpkgsVersion = lib.release;
|
||||
|
||||
# Doing the download on a remote machine just duplicates network
|
||||
# traffic, so don't do that.
|
||||
|
|
Loading…
Reference in a new issue