diff options
Diffstat (limited to 'users/Profpatsch/arglib')
-rw-r--r-- | users/Profpatsch/arglib/netencode.nix (renamed from users/Profpatsch/arglib/default.nix) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/users/Profpatsch/arglib/default.nix b/users/Profpatsch/arglib/netencode.nix index b263654ac3e0..6b568ab80d6e 100644 --- a/users/Profpatsch/arglib/default.nix +++ b/users/Profpatsch/arglib/netencode.nix @@ -37,8 +37,4 @@ let ''; }; -in { - inherit - netencode - ; -} +in depot.nix.utils.drvTargets netencode |