Skip to content

Commit

Permalink
Merge pull request #1124 from SuperSandro2000/cleanup
Browse files Browse the repository at this point in the history
Cleanup release.nix
  • Loading branch information
Enzime authored Oct 29, 2024
2 parents a55c84e + 6eea6b4 commit b379bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit b379bd4

Please sign in to comment.