about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-20 14:14:25 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-20 14:14:25 +0200
commit06b87dad30f637512bcab960b6a305a4341e24ea (patch)
tree99c32e0cb7c90ce0fe0789afdde8d7b3f93f57ca /machines
parent830bc363cf62736fed902ead3ec559ffa2516219 (diff)
machines/katara: nix-diff is broken atm
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 e7463ac7..4c6c8dd2 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -200,7 +200,7 @@ in {
         pythonPackages.alot  # the next cool thing!
       ];
       nixPkgs = [
-        nix-diff                  # structurally diff two derivations
+        # nix-diff                  # structurally diff two derivations
         nix-prefetch-scripts      # prefetch store paths from various destinations
         pkgs.vuizvui.taalo-build  # build derivation on taalo
       ];