Add missing slash
error: access to absolute path '/nix/store/sai35xfsrba2a2vasmzxakmn54wdfa13-sourcepackaging' is forbidden in pure evaluation mode (use '--impure' to override)
This commit is contained in:
parent
1b5c2fb747
commit
2ae27dd20d
@ -31,7 +31,7 @@
|
|||||||
inputs = {};
|
inputs = {};
|
||||||
});
|
});
|
||||||
nixComponentsForHydra = final.lib.makeScope final.nixDependenciesForHydra.newScope
|
nixComponentsForHydra = final.lib.makeScope final.nixDependenciesForHydra.newScope
|
||||||
(import (nix + "packaging/components.nix") {
|
(import (nix + "/packaging/components.nix") {
|
||||||
officialRelease = true;
|
officialRelease = true;
|
||||||
inherit (final) lib;
|
inherit (final) lib;
|
||||||
pkgs = final;
|
pkgs = final;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user