mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Fixing wrong assertion sign
svn path=/nixos/branches/modular-nixos/; revision=16236
This commit is contained in:
parent
1118c4b6d1
commit
9a66d59786
@ -30,7 +30,7 @@ in
|
||||
|
||||
mkIf config.services.xfs.enable {
|
||||
|
||||
assertions = [ { assertion = ! config.fonts.enableFontDir; message = "Please enable fontDir (fonts.enableFontDir) to use xfs."; } ];
|
||||
assertions = [ { assertion = config.fonts.enableFontDir; message = "Please enable fontDir (fonts.enableFontDir) to use xfs."; } ];
|
||||
|
||||
require = [
|
||||
options
|
||||
|
Loading…
Reference in New Issue
Block a user