diff options
Diffstat (limited to 'users/Profpatsch/arglib/netencode.nix')
-rw-r--r-- | users/Profpatsch/arglib/netencode.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/arglib/netencode.nix b/users/Profpatsch/arglib/netencode.nix index 6b568ab80d6e..7712bbd5bb9e 100644 --- a/users/Profpatsch/arglib/netencode.nix +++ b/users/Profpatsch/arglib/netencode.nix @@ -2,7 +2,7 @@ let netencode = { - rust = depot.users.Profpatsch.writers.rustSimpleLib { + rust = depot.nix.writers.rustSimpleLib { name = "arglib-netencode"; dependencies = [ depot.users.Profpatsch.execline.exec-helpers |