Files
home-manager/tests/modules/misc/nixpkgs-disabled/offending-config.nix
T
Austin Horstman bd4277722d tests: add nixpkgs-disabled warning/assertion coverage
Evaluate `nixpkgs-disabled.nix` standalone (the harness always loads the
real `nixpkgs.nix`) to verify the warning and assertion report the offending
`nixpkgs.config`/`nixpkgs.overlays` definition locations.
2026-06-09 17:15:30 -05:00

4 lines
41 B
Nix

{
nixpkgs.config.allowUnfree = true;
}