1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-25 02:10:57 +01:00
home-manager/tests/modules/misc/nix/default.nix
Ian Chamberlain eda9c7b705
nix: skip check completely when checkConfig=false
Also add an `allowUnknownSettings` option to enable checking everything
except for unknown settings.
2025-09-28 12:43:50 -07:00

10 lines
420 B
Nix

{
nix-empty-settings = ./empty-settings.nix;
nix-example-settings = ./example-settings.nix;
nix-example-registry = ./example-registry.nix;
nix-keep-old-nix-path = ./keep-old-nix-path.nix;
nix-example-channels = ./example-channels.nix;
nix-example-channels-xdg = ./example-channels-xdg.nix;
nix-skip-check-settings = ./skip-check-settings.nix;
nix-allow-unknown-settings = ./allow-unknown-settings.nix;
}