about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-04-27 01:13:13 +0200
committerProfpatsch <mail@profpatsch.de>2017-04-27 01:13:13 +0200
commit4b1141bbfe53a349820cd70152d0067dedb355a8 (patch)
tree4e9e1b8706fcbee856495a564cf32868455a8c43 /machines/profpatsch/pkgs.nix
parent1fcecd0b9d6424f32f304c4fda0598894aac2011 (diff)
machines/katara: maybe not nix-gen yet
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index dac8745d..50d49693 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -75,16 +75,16 @@ let
   # A ghci with some sane default packages in scope, & hoogle
   saneGhci = haskellPackages.ghcWithHoogle (h: with h; [ protolude pretty-show ]);
 
-  # not upstream-compatible yet
-  nix-gen = haskellPackages.mkDerivation {
-    pname = "nix-gen";
-    version = "0.0.1";
-    license = lib.licenses.gpl3;
-    isExecutable = true;
-    src = /home/philip/code/nix/nix-gen;
-    buildDepends = with haskellPackages; [ hnix ansi-wl-pprint protolude data-fix ];
-  };
+  # # not upstream-compatible yet
+  # nix-gen = haskellPackages.mkDerivation {
+  #   pname = "nix-gen";
+  #   version = "0.0.1";
+  #   license = lib.licenses.gpl3;
+  #   isExecutable = true;
+  #   src = /home/philip/code/nix/nix-gen;
+  #   buildDepends = with haskellPackages; [ hnix ansi-wl-pprint protolude data-fix ];
+  # };
 
 in
 { inherit taffybar sent mpv beets poezio vim
-          fast-init xmpp-client saneGhci nix-gen searx; }
+          fast-init xmpp-client saneGhci /*nix-gen*/ searx; }