about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-19 11:24:36 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-19 11:24:36 +0200
commit6f854be4bc645956ec47a28067f65fdeb950ea1d (patch)
treed1431954b29c53f60207b0908f6927a4cf7e2f5b /machines
parent1ce91198e8692f98425205c3e1d2d4e8ceb41539 (diff)
machines/legosi: fix nixPath
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/legosi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index fd579adb..54b3035d 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -15,6 +15,7 @@ in {
   ];
 
   config = {
+    vuizvui.modifyNixPath = false;
     nix.nixPath = [
       "vuizvui=/root/vuizvui"
       "nixpkgs=/root/nixpkgs"