1
0
Fork 0
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:
Michael Hoang 2024-10-29 17:44:39 +11:00 committed by GitHub
commit b379bd4d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ let
in in
buildFromConfig configuration (config: config.system.build.run-test); 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; inherit supportedSystems scrubJobs;
packageSet = import nixpkgs; packageSet = import nixpkgs;
}; };