nixos/release.nix: import lib once

gstqt5
Jan Malakhovski 2018-09-08 21:49:08 +00:00
parent fe0b5273cc
commit c3593f3599
1 changed files with 3 additions and 2 deletions

View File

@ -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
, supportedSystems ? [ "x86_64-linux" "aarch64-linux" ]
}:
with import ../pkgs/top-level/release-lib.nix { inherit supportedSystems; };
with import ../lib;
let