+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+201
nixos/modules/services/networking/cgit.nix
+201
nixos/modules/services/networking/cgit.nix
···+# taken from https://github.com/python/cpython/blob/05cb728d68a278d11466f9a6c8258d914135c96c/Lib/re.py#L251-L266+message = "Exactly one of services.cgit.${vhost}.scanPath or services.cgit.${vhost}.repos must be set.";
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···ceph-single-node-bluestore = handleTestOn ["x86_64-linux"] ./ceph-single-node-bluestore.nix {};
+59
nixos/tests/cgit.nix
+59
nixos/tests/cgit.nix
···+"curl -fsS 'http://localhost/%28c%29git/some-repo/plain/date.txt?id=master' | diff -u reference/date.txt -"+"git clone http://localhost/%28c%29git/some-repo && diff -u reference/date.txt some-repo/date.txt"