Commit Graph

13 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
ebc2389134 treewide: remove refs/tags/ from github release meta.changelog urls
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:

https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Vinny Meller
6031652ebf
twm: 0.9.1 -> 0.10.2 2024-06-03 01:39:17 -04:00
Vinny Meller
7386121101
twm: 0.9.0 -> 0.9.1, add updateScript 2024-05-17 09:50:06 -04:00
Vinny Meller
61492b6567
twm: 0.8.2 -> 0.9.0 2024-01-31 00:43:46 -05:00
Vinny Meller
a713310632
twm: 0.8.1 -> 0.8.2 2023-12-30 02:19:21 -05:00
Vinny Meller
d7e9503ac1
twm: 0.8.0 -> 0.8.1 2023-12-26 13:49:53 -05:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Vinny Meller
6ce1da560c
twm: 0.7.0 -> 0.8.0 2023-11-01 02:32:03 -04:00
Vinny Meller
fbdf88bf4c
twm: 0.6.0 -> 0.7.0 2023-09-27 17:08:00 -04:00
Vinny Meller
828f60c5fe twm: 0.4.0 -> 0.6.0 2023-04-26 15:15:30 -05:00
Vinny Meller
6f6df175b0 twm: 0.1.1 -> 0.4.0 2023-04-18 14:12:30 -05:00
Vinny Meller
4ba25efc4e twm: init at 0.1.1 2023-04-13 03:32:38 -05:00