mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #1124 from SuperSandro2000/cleanup
Cleanup release.nix
This commit is contained in:
commit
b379bd4d87
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ let
|
|||
in
|
||||
buildFromConfig configuration (config: config.system.build.run-test);
|
||||
|
||||
release = import <nixpkgs/pkgs/top-level/release-lib.nix> {
|
||||
release = import (nixpkgs + "/pkgs/top-level/release-lib.nix") {
|
||||
inherit supportedSystems scrubJobs;
|
||||
packageSet = import nixpkgs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue