nixpkgsArgs applied to package results instead of arguement
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user