From 60485ac1ab3c765a1e72975dffe24239d136648d Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 15 Dec 2020 11:58:08 +0100 Subject: [PATCH] Fix niv derivation --- overlays/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/testing.nix b/overlays/testing.nix index f56f0a04..c7025a30 100644 --- a/overlays/testing.nix +++ b/overlays/testing.nix @@ -41,7 +41,7 @@ in { self.test-system-config self.test-home-config self.git - self.niv + self.niv.bin self.git-crypt ]; imports = [ "System.Directory (withCurrentDirectory)" ];