mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
Propagate the stableBranch argument
This commit is contained in:
parent
139ff6d52f
commit
8d09a99a3a
@ -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;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user