From e112ad8cd49cba328d24178de8683ecb2a1bc620 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 13 Nov 2017 00:30:19 +0100 Subject: machines/katara: Fix eval error for taalo-build The config attribute set is recursive, so "vuizvui" within that scope refers to the "vuizvui" attribute within config directly instead of using the one from pkgs. Prepending "pkgs." explicitly to the attribute path now avoids this. Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 84408084..de0cb647 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -183,7 +183,7 @@ in { nixPkgs = [ nix-repl # nix REPL nix-prefetch-scripts # prefetch store paths from various destinations - vuizvui.taalo-build # build derivation on taalo + pkgs.vuizvui.taalo-build # build derivation on taalo ]; tmpPkgs = [ # TODO needs user service -- cgit 1.4.1