From 5bac8312606ee448327fcd6bf31534629177e4c2 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 22 Nov 2021 13:08:49 +0100 Subject: pkgs/profpatsch: try importing tvl via pkgs.path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hydra still doesn’t like the import: error: "\u001b[31;1merror:\u001b[0m\u001b[34;1m --- RestrictedPathError --- hydra-eval-jobs\u001b[0m\naccess to path '\u001b[33;1m/nix/store/b6ba70kcrvnxq165h791l71wvmdj2qy1-prepare-tvl\u001b[0m' is forbidden in restricted mode" So let’s try this. --- pkgs/profpatsch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch') diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix index 93cb2364..33816ca2 100644 --- a/pkgs/profpatsch/default.nix +++ b/pkgs/profpatsch/default.nix @@ -132,7 +132,7 @@ in rec { importTvl { tvlCommit = "e2fbc10ebdb5d85813fd15c5dd371ee8e1e87a22"; # 2021-11-13 tvlSha256 = "14hrzx31a7bas64n8rz89388nwfhmy77l5s85g82vvzd5fxg61by"; - nixpkgsPath = import ../../nixpkgs-path.nix; + nixpkgsPath = pkgs.path; }; -- cgit 1.4.1