nixos/top-level.nix: add forbiddenDependenciesRegex option

useful for making sure that there's no dev outputs in the system
This commit is contained in:
Artturin
2022-12-01 18:49:48 +02:00
parent 2abf40d9b5
commit a34d7b67fd
3 changed files with 59 additions and 1 deletions

View File

@@ -193,6 +193,7 @@ in {
ergo = handleTest ./ergo.nix {};
ergochat = handleTest ./ergochat.nix {};
etc = pkgs.callPackage ../modules/system/etc/test.nix { inherit evalMinimalConfig; };
activation = pkgs.callPackage ../modules/system/activation/test.nix { };
etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};
etebase-server = handleTest ./etebase-server.nix {};