Reuse nixpkgs instead of accessing channel
This fixes pure evaluation in flakes
This commit is contained in:
parent
7840909b00
commit
6eea6b4a75
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