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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/execline/default.nix b/users/Profpatsch/execline/default.nix
index c852b82a86..2d1b911373 100644
--- a/users/Profpatsch/execline/default.nix
+++ b/users/Profpatsch/execline/default.nix
@@ -1,7 +1,7 @@
 { depot, pkgs, lib, ... }:
 
 let
-  exec-helpers = depot.users.Profpatsch.writers.rustSimpleLib {
+  exec-helpers = depot.nix.writers.rustSimpleLib {
     name = "exec-helpers";
   } (builtins.readFile ./exec_helpers.rs);