diff options
Diffstat (limited to 'users/Profpatsch/execline/default.nix')
-rw-r--r-- | users/Profpatsch/execline/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/execline/default.nix b/users/Profpatsch/execline/default.nix index c852b82a86d0..2d1b91137347 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); |