summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/update.nix
Commit message (Collapse)AuthorAge
* gnome3.updateScript: clean up PATHJan Tojnar2019-06-02
| | | | | | grep was not actually properly included by common-updater-scripts before 01050586980a81e525428eb9e571a8b040f96b26 but I am not sure why would we ever need to add coreutils to PATH.
* gnome3.updateScript: reuse gnome-update-scriptJan Tojnar2018-12-02
|
* update.nix: Run update scripts in parallelJan Tojnar2018-12-01
| | | | | | | | | | | To make updating large attribute sets faster, the update scripts are now run in parallel. Please note the following changes in semantics: - The string passed to updateScript needs to be a path to an executable file. - The updateScript can also be a list: the tail elements will then be passed to the head as command line arguments.
* gnome3: add updateScriptJan Tojnar2018-03-01