about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/execline/exec-helpers/default.nix')
-rw-r--r--users/Profpatsch/execline/exec-helpers/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/Profpatsch/execline/exec-helpers/default.nix b/users/Profpatsch/execline/exec-helpers/default.nix
new file mode 100644
index 0000000000..5545d41d9d
--- /dev/null
+++ b/users/Profpatsch/execline/exec-helpers/default.nix
@@ -0,0 +1,6 @@
+{ depot, ... }:
+depot.nix.writers.rustSimpleLib
+{
+  name = "exec-helpers";
+}
+  (builtins.readFile ./exec_helpers.rs)