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 80e73829..df60fb62 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -102,16 +102,6 @@ let
         --replace 'notify-send' '${notify-send}'
     '';
 
-  # wrapper for execlineb that doesn’t need the execline commands
-  # in PATH to work (making them appear like “builtins”)
-  execlineb-with-builtins =
-    let eldir = "${pkgs.execline}/bin";
-    in pkgs.writeScriptBin "execlineb" ''
-      #!${eldir}/execlineb -s0
-      ${eldir}/importas oldpath PATH
-      env PATH=${eldir}:''${oldpath} ${eldir}/execlineb $@
-    '';
-
   dhall-flycheck = pkgs.vuizvui.profpatsch.haskellPackages.callPackage
     (import "${pkgs.fetchFromGitHub {
       owner = "Profpatsch";
@@ -133,7 +123,6 @@ in
     saneGhci
     /*searx*/
     pyrnotify
-    execlineb-with-builtins
     dhall-flycheck
     ;
 }