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…
Add table
Add a link
Reference in a new issue