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 - Packages sucked in from the given ccpkgs git version.
|
||||||
#
|
#
|
||||||
pkgs = import ccpkgsGit {
|
pkgs = import ccpkgsGit ( nixpkgsArgs // { upstream = nixpkgsGit; } );
|
||||||
upstream = nixpkgsGit;
|
|
||||||
} // nixpkgsArgs;
|
|
||||||
|
|
||||||
# version - Version number (e.g., "17.09")
|
# version - Version number (e.g., "17.09")
|
||||||
# version*Suffix - Version suffix (e.g., "5678.gfedcba")
|
# version*Suffix - Version suffix (e.g., "5678.gfedcba")
|
||||||
|
|||||||
Reference in New Issue
Block a user