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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.