summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-30 12:29:20 +0200
committerRobin Gloster <mail@glob.in>2017-03-30 16:23:33 +0200
commit8a18e1f7f12abbf10bec46f74290eb75543cfb0a (patch)
treebc2fe4d9a56585146e071dcc18e637ab96a0f279 /nixos/release.nix
parentce953d0bc90f17dfc35f0e498cfe192bfad0cc20 (diff)
downloadnixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.tar
nixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.tar.gz
nixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.tar.bz2
nixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.tar.lz
nixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.tar.xz
nixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.tar.zst
nixpkgs-8a18e1f7f12abbf10bec46f74290eb75543cfb0a.zip
quagga service: disable
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 523d6e291ac..5f9a5b0e064 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -293,7 +293,7 @@ in rec {
   tests.printing = callTest tests/printing.nix {};
   tests.proxy = callTest tests/proxy.nix {};
   tests.pumpio = callTest tests/pump.io.nix {};
-  tests.quagga = callTest tests/quagga.nix {};
+  # tests.quagga = callTest tests/quagga.nix {};
   tests.quake3 = callTest tests/quake3.nix {};
   tests.runInMachine = callTest tests/run-in-machine.nix {};
   tests.samba = callTest tests/samba.nix {};