about summary refs log tree commit diff
path: root/pkgs/tools/package-management/home-manager
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23home-manager: 2021-01-16 -> 2021-03-21Peter Hoeg1-3/+3
2021-01-18home-manager: 2020-09-06 -> 2020-01-16Timo Kaufmann1-3/+3
It has been a while since the last update. This includes some new features [1] and at least one compatibility fix [2]. [1] https://github.com/nix-community/home-manager/blob/73506f947c3a2f63306233358231b069865d1d56/modules/misc/news.nix#L1653 [2] https://github.com/nix-community/home-manager/pull/1703
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-09-08home-manager: 2020-03-17 -> 2020-09-06Timo Kaufmann1-4/+4
The package was broken due to [1], which is fixed upstream in [2]. The repo has moved to nix-community, so we might as well encode the redirect here. [1] https://github.com/NixOS/nixpkgs/pull/96042 [2] https://github.com/nix-community/home-manager/commit/0399839271d51d215430a2a511813c7dd2570769
2020-05-12home-manager: remove myself from the maintainers listRobert Helgesson1-1/+0
2020-05-06home-manager: add meta.homepageRaphael Borun Das Gupta1-0/+1
2020-03-30home-manager: 2020-03-07 -> 2020-03-17Timo Kaufmann1-3/+3
Includes https://github.com/rycee/home-manager/pull/1099.
2020-03-25home-manager: extend platforms to unixTimo Kaufmann1-1/+1
To match the upstream default.nix.
2020-03-25home-manager: install bash completionsTimo Kaufmann1-0/+3
2020-03-11home-manager: 2020-01-04 -> 2020-03-07Timo Kaufmann1-3/+3
2020-01-06home-manager: 2019-11-17 -> 2020-01-04Timo Kaufmann1-3/+3
2019-11-18home-manager: 2019-10-29 -> 2019-11-17Timo Kaufmann1-3/+3
The lorri module was recently added.
2019-11-07home-manager:2019-10-23 -> 2019-10-29Pasquale1-2/+2
2019-11-07home-manager:2019-10-23 -> 2019-10-29Pasquale1-3/+3
2019-10-24home-manager: 2019-09-20 -> 2019-10-23Timo Kaufmann1-3/+3
2019-09-25home-manager: 2019-09-04 -> 2019-09-20Timo Kaufmann1-3/+3
2019-09-04home-manager: 2019-06-25 -> 2019-09-04 (#68100)Timo Kaufmann1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-25home-manager: 2019-05-24 -> 2019-06-25Timo Kaufmann1-3/+3
2019-05-24home-manager: 2019-04-23 -> 2019-05-24 (#62007)Timo Kaufmann1-3/+3
2019-04-26home-manager: add new dependencies and install scriptmtrsk1-2/+4
2019-04-25home-manager: 2018-11-04 -> 2019-04-23mtrsk1-3/+3
2018-11-15home-manager: 2018-06-14 -> 2018-11-04hyperfekt1-4/+4
2018-06-23home-manager:2017-12-7 -> 2018-06-14Pasquale1-3/+3
2017-12-30home-manager:init at 2017-10-11 (#30330)pasqui231-0/+38
home-manager: init at 2017-12-07