diff options
| author | Ryan Mulligan <ryan@ryantm.com> | 2016-01-31 12:57:47 -0800 |
|---|---|---|
| committer | Ryan Mulligan <ryan@ryantm.com> | 2016-01-31 13:00:15 -0800 |
| commit | 8fee229261b16d3e937e091308d07bcea751bd34 (patch) | |
| tree | 453902ee3128ebf077a151aeb0019e311a77228f /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 698b14c1c9843e7e5b6e0e5c50baac060694f8bc (diff) | |
desktop manager service: fix and improve default error
Before the error if the wrong default desktop was chosen would be:
/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager ($(defaultDM)) not found.
which has the string interpolation done incorreclty. Now that is fixed
and it is more user-friendly as:
/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager (gnome) not found.
Probably you want to change
services.xserver.desktopManager.default = "gnome";
to one of
services.xserver.desktopManager.default = "gnome3";
services.xserver.desktopManager.default = "none";
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
