about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 9bf91dfe..4bb7066c 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -86,16 +86,6 @@ 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 ];
-  # };
-
   pyrnotify =
     let src = pkgs.fetchFromGitHub {
           owner = "arnottcr";
@@ -123,7 +113,6 @@ in
     fast-init
     xmpp-client
     saneGhci
-    /*nix-gen*/
     /*searx*/
     pyrnotify
     ;