about summary refs log tree commit diff
path: root/users/Profpatsch/arglib/netencode.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/arglib/netencode.nix')
-rw-r--r--users/Profpatsch/arglib/netencode.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/arglib/netencode.nix b/users/Profpatsch/arglib/netencode.nix
index 6b568ab80d..7712bbd5bb 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