summary refs log tree commit diff
path: root/pkgs/tools/system/localtime
Commit message (Collapse)AuthorAge
* localtime: 2017-11-07 -> 2021-11-23Bernardo Meurer2021-12-08
|
* localtime: cleanupSandro Jäckel2021-07-29
|
* tools/{security/system}: replace name with pname&versionFelix Buehler2021-07-27
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* localetime: fix build with strict depsJörg Thalheim2020-03-23
|
* localtime: use upstream unit and fix polkit rule installationMichael Peyton Jones2019-06-19
| | | | Also don't allocate a user - the upstream unit uses DynamicUser.
* localtime: install systemd serice and polkit rulesMichael Peyton Jones2019-06-16
| | | | | | | - Use the right variables and `make install` to ensure all products are installed. - Remove unneeded build inputs: we don't need systemd or polkit to install the service or polkit rules.
* localtime: migrate to using buildGoPackageVincent Demeester2018-12-21
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* localtime: add licenseMarkus Kowalewski2018-09-12
|
* localtime: remove dependency on goobadz2018-04-05
|
* Add localtime package and nixos moduleDomen Kožar2017-12-03
Simple daemon for keeping system timezone up-to-date via geoclue2. Sadly i3 status needs to be restarted for timezone changes.