about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-13 00:30:19 +0100
committeraszlig <aszlig@nix.build>2017-11-13 00:30:19 +0100
commite112ad8cd49cba328d24178de8683ecb2a1bc620 (patch)
tree3339bd0d3d2fe3cb26d356800f6cb62155beac74 /machines
parentb5954cf18c7933bde5d952821a8457b64da52d65 (diff)
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 <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
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