nixos/release.nix: import lib once
This commit is contained in:
parent
fe0b5273cc
commit
c3593f3599
|
@ -1,10 +1,11 @@
|
||||||
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 130979; shortRev = "gfedcba"; }
|
with import ../lib;
|
||||||
|
|
||||||
|
{ nixpkgs ? { outPath = cleanSource ./..; revCount = 130979; shortRev = "gfedcba"; }
|
||||||
, stableBranch ? false
|
, stableBranch ? false
|
||||||
, supportedSystems ? [ "x86_64-linux" "aarch64-linux" ]
|
, supportedSystems ? [ "x86_64-linux" "aarch64-linux" ]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ../pkgs/top-level/release-lib.nix { inherit supportedSystems; };
|
with import ../pkgs/top-level/release-lib.nix { inherit supportedSystems; };
|
||||||
with import ../lib;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue