mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 10:47:19 +00:00
release: remove unnecessary use of release-lib
This commit is contained in:
parent
c904f6cdcb
commit
56ac6182d3
1 changed files with 1 additions and 10 deletions
11
release.nix
11
release.nix
|
@ -5,19 +5,10 @@
|
|||
}:
|
||||
|
||||
let
|
||||
release-lib = import (nixpkgs + "/pkgs/top-level/release-lib.nix") {
|
||||
inherit supportedSystems scrubJobs system;
|
||||
packageSet = import nixpkgs;
|
||||
};
|
||||
|
||||
inherit (release-lib) pkgs;
|
||||
|
||||
buildFromConfig = configuration: sel: sel
|
||||
(import ./. { inherit nixpkgs configuration system; }).config;
|
||||
|
||||
makeSystem = configuration: pkgs.lib.genAttrs [ system ] (system:
|
||||
buildFromConfig configuration (config: config.system.build.toplevel)
|
||||
);
|
||||
makeSystem = configuration: buildFromConfig configuration (config: config.system.build.toplevel);
|
||||
|
||||
makeTest = test:
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue