about summary refs log tree commit diff
path: root/users/Profpatsch/execline/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/execline/default.nix')
-rw-r--r--users/Profpatsch/execline/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/Profpatsch/execline/default.nix b/users/Profpatsch/execline/default.nix
index 9b8856a9a8..47c7f8b749 100644
--- a/users/Profpatsch/execline/default.nix
+++ b/users/Profpatsch/execline/default.nix
@@ -1,12 +1,6 @@
 { depot, pkgs, lib, ... }:
 
 let
-  exec-helpers = depot.nix.writers.rustSimpleLib
-    {
-      name = "exec-helpers";
-    }
-    (builtins.readFile ./exec_helpers.rs);
-
   exec-helpers-hs = pkgs.haskellPackages.mkDerivation {
     pname = "exec-helpers";
     version = "0.1.0";
@@ -48,7 +42,6 @@ let
 in
 depot.nix.readTree.drvTargets {
   inherit
-    exec-helpers
     exec-helpers-hs
     print-one-env
     ;