about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index e0b2fd7d..75c0aebb 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -9,6 +9,7 @@ let
 in
 {
   config = {
+    nix.package = pkgs.lix;
     # correctness before speed
     nix.settings.sandbox = true;