Timo Kaufmann
e8d4683909
home-manager: 2020-09-06 -> 2020-01-16
...
It has been a while since the last update. This includes some new
features [1] and at least one compatibility fix [2].
[1] 73506f947c/modules/misc/news.nix (L1653)
[2] https://github.com/nix-community/home-manager/pull/1703
2021-01-18 22:05:50 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Timo Kaufmann
ad55e4c7d4
home-manager: 2020-03-17 -> 2020-09-06
...
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] 0399839271
2020-09-08 14:53:50 +02:00
Robert Helgesson
fe5479f301
home-manager: remove myself from the maintainers list
2020-05-12 19:22:22 +02:00
Raphael Borun Das Gupta
8335fe7dbb
home-manager: add meta.homepage
2020-05-06 22:29:12 +02:00
Timo Kaufmann
3df35ce37e
home-manager: 2020-03-07 -> 2020-03-17
...
Includes https://github.com/rycee/home-manager/pull/1099 .
2020-03-30 11:38:51 +02:00
Timo Kaufmann
d5c0289982
home-manager: extend platforms to unix
...
To match the upstream default.nix.
2020-03-25 19:26:11 +01:00
Timo Kaufmann
a1a81b3fe7
home-manager: install bash completions
2020-03-25 19:25:55 +01:00
Timo Kaufmann
c3fa56f3b4
home-manager: 2020-01-04 -> 2020-03-07
2020-03-11 23:08:34 +01:00
Timo Kaufmann
5e9a3f4e4d
home-manager: 2019-11-17 -> 2020-01-04
2020-01-06 21:24:32 +01:00
Timo Kaufmann
bee1fa9a20
home-manager: 2019-10-29 -> 2019-11-17
...
The lorri module was recently added.
2019-11-18 08:32:55 +01:00
Pasquale
abe1248b78
home-manager:2019-10-23 -> 2019-10-29
2019-11-07 12:05:45 +01:00
Pasquale
96e1473966
home-manager:2019-10-23 -> 2019-10-29
2019-11-07 11:46:40 +01:00
Timo Kaufmann
6fe7974a6c
home-manager: 2019-09-20 -> 2019-10-23
2019-10-24 10:10:05 +02:00
Timo Kaufmann
d7d54ac28a
home-manager: 2019-09-04 -> 2019-09-20
2019-09-25 10:56:53 +02:00
Timo Kaufmann
ce37819c8b
home-manager: 2019-06-25 -> 2019-09-04 ( #68100 )
2019-09-04 16:01:59 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Timo Kaufmann
c6078c77be
home-manager: 2019-05-24 -> 2019-06-25
2019-06-25 22:34:22 +02:00
Timo Kaufmann
4e2d061650
home-manager: 2019-04-23 -> 2019-05-24 ( #62007 )
2019-05-24 16:44:18 +02:00
mtrsk
b58a76c574
home-manager: add new dependencies and install script
2019-04-26 20:30:02 +02:00
mtrsk
1d54250e27
home-manager: 2018-11-04 -> 2019-04-23
2019-04-25 19:54:36 +02:00
hyperfekt
31d72972f7
home-manager: 2018-06-14 -> 2018-11-04
2018-11-15 19:39:23 +01:00
Pasquale
cdd5b90b02
home-manager:2017-12-7 -> 2018-06-14
2018-06-23 13:59:18 +02:00
pasqui23
0dd7d213c2
home-manager:init at 2017-10-11 ( #30330 )
...
home-manager: init at 2017-12-07
2017-12-30 08:52:26 +08:00