nixpkgsArgs applied to package results instead of arguement

This commit is contained in:
Tyson Whitehead
2018-08-20 14:43:03 -04:00
parent 303ee8a475
commit ffc812c681

View File

@@ -32,9 +32,7 @@ in let
# pkgs - Packages sucked in from the given ccpkgs git version.
#
pkgs = import ccpkgsGit {
upstream = nixpkgsGit;
} // nixpkgsArgs;
pkgs = import ccpkgsGit ( nixpkgsArgs // { upstream = nixpkgsGit; } );
# version - Version number (e.g., "17.09")
# version*Suffix - Version suffix (e.g., "5678.gfedcba")