Propagate the stableBranch argument

This commit is contained in:
Eelco Dolstra 2013-10-31 22:04:26 +01:00
parent 139ff6d52f
commit 8d09a99a3a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ nixpkgs ? { outPath = ./..; revCount = 5678; shortRev = "gfedcba"; } { nixpkgs ? { outPath = ./..; revCount = 5678; shortRev = "gfedcba"; }
, officialRelease ? false , officialRelease ? false
, stableBranch ? false
}: }:
let let
@ -17,7 +18,7 @@ let
in rec { in rec {
nixos = removeMaintainers (import ./release.nix { nixos = removeMaintainers (import ./release.nix {
inherit officialRelease; inherit officialRelease stableBranch;
nixpkgs = nixpkgsSrc; nixpkgs = nixpkgsSrc;
}); });