Propagate the stableBranch argument
This commit is contained in:
parent
139ff6d52f
commit
8d09a99a3a
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue