diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index fd545e9..37f0936 100644 --- a/default.nix +++ b/default.nix @@ -25,6 +25,6 @@ in pkgs.python3Packages.buildPythonPackage { python3Packages.setuptools python3Packages.protobuf spaceauth - iproute2 + iproute ]; } |