Propagate the stableBranch argument

This commit is contained in:
Eelco Dolstra 2013-10-31 22:04:26 +01:00
parent 139ff6d52f
commit 8d09a99a3a

View file

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