about summary refs log tree commit diff
path: root/pkgs/tools/networking/norouter
diff options
context:
space:
mode:
authorKirill Radzikhovskyy <kirillrdy@gmail.com>2023-11-19 10:00:31 +1100
committerKirill Radzikhovskyy <kirillrdy@gmail.com>2023-11-19 10:03:48 +1100
commit9a5c5f6b9dd6eebad76f1652197a24a7c2eba1c6 (patch)
tree7e538508221bfdca53fe19c559e3921b6a4c9b50 /pkgs/tools/networking/norouter
parent8314afe1725e064a483e0e7d96b657c89a6c67f0 (diff)
norouter: unbreak, pin go
Diffstat (limited to 'pkgs/tools/networking/norouter')
-rw-r--r--pkgs/tools/networking/norouter/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/norouter/default.nix b/pkgs/tools/networking/norouter/default.nix
index c3fdd57a592e4..e76cc4544e329 100644
--- a/pkgs/tools/networking/norouter/default.nix
+++ b/pkgs/tools/networking/norouter/default.nix
@@ -31,7 +31,5 @@ buildGoModule rec {
     homepage = "https://github.com/norouter/norouter";
     license = licenses.asl20;
     maintainers = with maintainers; [ blaggacao ];
-    # out is empty
-    broken = true;
   };
 }