mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-13 11:15:37 +01:00
Previously, if you, for example, set
services.xserver.displayManager.sddm.enable, but forgot to set
services.xserver.enable, you would get an error message that looked like
this:
error: attribute 'display-manager' missing
Which was not particularly helpful.
Using assertions, we can make this message much better.
|
||
|---|---|---|
| .. | ||
| lightdm-greeters | ||
| auto.nix | ||
| default.nix | ||
| gdm.nix | ||
| lightdm.nix | ||
| sddm.nix | ||
| slim.nix | ||
| startx.nix | ||
| xpra.nix | ||