We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46204f + c5b3f42 commit 88b39cdCopy full SHA for 88b39cd
1 file changed
nixos/modules/programs/nh.nix
@@ -76,12 +76,6 @@ in
76
[ ];
77
78
assertions = [
79
- # Not strictly required but probably a good assertion to have
80
- {
81
- assertion = cfg.clean.enable -> cfg.enable;
82
- message = "programs.nh.clean.enable requires programs.nh.enable";
83
- }
84
-
85
{
86
assertion = (cfg.flake != null) -> !(lib.hasSuffix ".nix" cfg.flake);
87
message = "nh.flake must be a directory, not a nix file";
0 commit comments