Commit Graph

63 Commits

Author SHA1 Message Date
R. Ryantm
a316ed0c20 chezmoi: 2.9.5 -> 2.10.1 2022-01-24 00:59:22 +00:00
R. Ryantm
2b4b2f1a47 chezmoi: 2.9.4 -> 2.9.5 2022-01-11 03:49:24 +00:00
R. Ryantm
04d210397a chezmoi: 2.9.2 -> 2.9.4 2021-12-24 03:36:41 +00:00
R. Ryantm
b24f58671c chezmoi: 2.9.0 -> 2.9.2 2021-12-06 08:38:14 +00:00
Eduardo Quiros
bc3eea0c68
chezmoi: 2.7.4 -> 2.9.0 2021-11-30 00:27:19 -06:00
R. Ryantm
93e6d80788 chezmoi: 2.7.3 -> 2.7.4 2021-11-03 00:27:30 +00:00
R. Ryantm
29de38dde9 chezmoi: 2.6.1 -> 2.7.3 2021-10-29 06:40:12 +00:00
James Hillyerd
82117bcbd5 chezmoi: 2.3.0 -> 2.6.1 2021-10-04 08:26:21 -07:00
James Hillyerd
8067021ee7 chezmoi: 2.1.6 -> 2.3.0 2021-10-03 10:03:44 -07:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
fb7f2f03e9 chezmoi: 2.1.5 -> 2.1.6 2021-08-24 01:58:34 +00:00
R. RyanTM
531fe0776b chezmoi: 2.1.4 -> 2.1.5 2021-08-12 01:50:37 +00:00
R. RyanTM
b4a538b2d6 chezmoi: 2.1.3 -> 2.1.4 2021-08-05 04:19:31 +00:00
R. RyanTM
df3c1f60d3 chezmoi: 2.1.2 -> 2.1.3 2021-08-02 02:02:02 +00:00
R. RyanTM
c39aafa62b chezmoi: 2.1.1 -> 2.1.2 2021-07-19 23:55:22 +00:00
R. RyanTM
10396abdbc chezmoi: 2.1.0 -> 2.1.1 2021-07-17 09:24:37 +02:00
R. RyanTM
6a8335bea0 chezmoi: 2.0.16 -> 2.1.0 2021-07-04 02:35:53 +00:00
R. RyanTM
5fa81182bc chezmoi: 2.0.15 -> 2.0.16 2021-07-01 13:07:11 -07:00
R. RyanTM
1fa59c586f chezmoi: 2.0.14 -> 2.0.15 2021-06-18 01:47:06 +00:00
R. RyanTM
04bf5a47a5 chezmoi: 2.0.13 -> 2.0.14 2021-06-17 07:09:37 +00:00
R. RyanTM
7abfd08f2e chezmoi: 2.0.12 -> 2.0.13 2021-05-28 02:12:01 +00:00
R. RyanTM
85c40fb0f8 chezmoi: 2.0.11 -> 2.0.12 2021-05-17 03:36:01 +00:00
R. RyanTM
c3e1af4ba5 chezmoi: 2.0.10 -> 2.0.11 2021-04-27 23:56:23 -04:00
R. RyanTM
ab3c516f08 chezmoi: 2.0.9 -> 2.0.10 2021-04-22 07:28:14 +00:00
R. RyanTM
4b56b81627
chezmoi: 2.0.8 -> 2.0.9 (#118968) 2021-04-12 12:36:45 -07:00
R. RyanTM
0ae5e0e784 chezmoi: 2.0.7 -> 2.0.8 2021-04-04 17:13:08 +00:00
R. RyanTM
0ef6a0ac06 chezmoi: 2.0.5 -> 2.0.7 2021-04-01 06:19:30 +00:00
R. RyanTM
b3a564176a chezmoi: 2.0.4 -> 2.0.5 2021-03-30 09:43:32 +00:00
R. RyanTM
886d435212 chezmoi: 2.0.3 -> 2.0.4 2021-03-27 07:40:09 +00:00
James Hillyerd
b9bb7add79 chezmoi: 1.8.11 -> 2.0.3 2021-03-22 10:02:15 -07:00
R. RyanTM
d141355ca5 chezmoi: 1.8.10 -> 1.8.11 2021-02-06 09:05:05 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
3f859fcec9 chezmoi: 1.8.9 -> 1.8.10 2021-01-18 12:57:06 +00: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
R. RyanTM
bd0ffc390c chezmoi: 1.8.8 -> 1.8.9 2020-11-21 17:52:32 +00:00
R. RyanTM
1ab35e7e64 chezmoi: 1.8.7 -> 1.8.8 2020-11-01 07:37:17 +00:00
R. RyanTM
fa80f55860 chezmoi: 1.8.5 -> 1.8.7 2020-10-17 22:16:44 +00:00
R. RyanTM
76605219a3 chezmoi: 1.8.4 -> 1.8.5 2020-08-25 07:06:44 +00:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
R. RyanTM
9d38a81579 chezmoi: 1.8.3 -> 1.8.4 2020-08-13 07:36:55 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
17eed4416a chezmoi: 1.8.2 -> 1.8.3 2020-07-02 06:55:27 +00:00
R. RyanTM
3315103ed7 chezmoi: 1.8.1 -> 1.8.2 2020-06-14 11:32:29 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
06b89b345f chezmoi: 1.8.0 -> 1.8.1 2020-05-07 08:54:33 +00:00
Mario Rodas
72e932d443
chezmoi: 1.7.18 -> 1.8.0 2020-04-20 04:20:00 -05:00
James Hillyerd
246c8fc7f6 chezmoi: update build tags to chezmoi 1.7.18 format 2020-04-04 13:15:25 -07:00
R. RyanTM
5fabf11c48 chezmoi: 1.7.16 -> 1.7.18 2020-04-01 09:39:13 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00