lib.release -> lib.trivial.release

This commit is contained in:
Yegor Timoshenko
2018-06-11 02:14:18 +00:00
committed by GitHub
parent 5a232b0f5b
commit f44012ba10

View File

@@ -133,7 +133,7 @@ stdenvNoCC.mkDerivation {
impureEnvVars = impureEnvVars ++ netrcImpureEnvVars;
nixpkgsVersion = lib.release;
nixpkgsVersion = lib.trivial.release;
# Doing the download on a remote machine just duplicates network
# traffic, so don't do that.