Commit Graph

53 Commits

Author SHA1 Message Date
R. Ryantm
03edcfd04d sophus: 1.22.10 -> 1.24.6 2024-08-09 09:45:36 +00: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
K900
4c28478d2f
Merge pull request #328978 from rhoriguchi/sonarr
sonarr: 4.0.7.1863 -> 4.0.8.1874
2024-07-24 21:12:41 +03:00
Ryan Horiguchi
7667d760f1 sonarr: 4.0.7.1863 -> 4.0.8.1874 2024-07-21 20:48:09 +02:00
Azat Bahawi
cf67494876
soju: apply nixfmt 2024-07-21 14:07:50 +03:00
Azat Bahawi
f9dbb6c227
soju: 0.8.0 -> 0.8.1 2024-07-21 14:06:52 +03:00
Sandro
f7617f4753
Merge pull request #326566 from SuperSandro2000/maven-nox 2024-07-18 11:14:06 +02:00
R. Ryantm
185601b9b1 sonarr: 4.0.5.1710 -> 4.0.7.1863 2024-07-15 18:30:50 +00:00
Sandro Jäckel
a699e2eeff
sonarlint-ls: stop overwriting maven 2024-07-15 15:13:21 +02:00
éclairevoyant
d41a79d80b
Merge pull request #321465 from srghma/sozi
sozi: init at 23.7.25-1690311612
2024-07-08 15:33:21 +00:00
Serhii Khoma
adc482bf44 sozi: init at 23.7.25-1690311612 2024-07-08 10:25:12 +07:00
David McFarland
b44b62db30
Merge pull request #291640 from tie/sonarr-v4
sonarr: build from source
2024-07-04 12:08:02 -03:00
Emery Hemingway
4858ce6b75 solo5: remove unsupported qemu flag in test 2024-06-23 15:35:27 +03:00
Daniel Schaefer
a7e4a56f0a sof-tools: init at 2.9
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2024-06-19 19:15:24 +08:00
Ivan Trubach
b7c782f8a4 sonarr: build from source
This change refactors sonarr package to build from source instead of
downloading pre-built releases.
2024-06-19 04:44:06 +03:00
superherointj
2815c3a421
Merge pull request #318527 from TomaSajt/sourcery
{sourcery,vscode-extensions.sourcery.sourcery}: 1.16.0 -> 1.19.0
2024-06-16 14:10:28 -03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
TomaSajt
9d2a2db0e9
sourcery: 1.16.0 -> 1.19.0 2024-06-09 15:36:43 +02:00
superherointj
9855e223ac sonarlint-ls: normalize doCheck 2024-06-02 21:35:13 -03:00
Silvan Mosberger
c5187508b1
Merge pull request #313158 from tricktron/f-sonarlint-ls
sonarlint-ls: init at 3.5.1.75119
2024-05-25 17:35:15 +02:00
Jeremy Baxter
274e87e5fd soju: 0.7.0 -> 0.8.0 2024-05-24 09:31:52 +12:00
Jeremy Baxter
ef5f78e7b8 soju: adopt 2024-05-24 09:07:54 +12:00
Jeremy Baxter
8bdc233bb4 soju: migrate to pkgs/by-name 2024-05-24 09:07:22 +12:00
Thibault Gagnaux
07f5f277e1
sonarlint-ls: init at 3.5.1.75119 2024-05-22 13:41:09 +02:00
toastal
0f4bfa056f soupault: 4.9.0 → 4.10.0 2024-04-26 15:26:55 +02:00
Jonas Heinrich
f7709cf1b3 treewide: switch from rocksdb -> rocksdb_8_3 2024-04-22 13:02:14 +02:00
Weijia Wang
9d6a4bc061
Merge pull request #305214 from r-ryantm/auto-update/sopwith
sopwith: 2.4.0 -> 2.5.0
2024-04-20 23:03:45 +02:00
Yt
30f042a2e8
Merge pull request #305371 from aikooo7/update-solana-cli-to-1.17.31
solana-cli: 1.17.28 -> 1.17.31
2024-04-19 21:14:10 +00:00
aikooo7
a8dd92d7ef
solana-cli: 1.17.28 -> 1.17.31 2024-04-19 19:20:07 +00:00
Rick van Schijndel
e00a40a257
Merge pull request #298680 from gvolpe/lib/transposeMap
lib/attrsets: add mapCartesianProduct function
2024-04-19 08:26:09 +02:00
R. Ryantm
894cdbfae0 sopwith: 2.4.0 -> 2.5.0 2024-04-19 02:56:24 +00:00
Aleksana
19e55ce0d0
Merge pull request #303222 from nyadiia/solitare-tui
solitaire-tui: init at 0-unstable-2023-04-20
2024-04-18 21:06:41 +08:00
TomaSajt
a6aa2cfc68
sourcery: init at 1.16.0
https://github.com/sourcery-ai/sourcery/releases/tag/v1.16.0
2024-04-16 21:58:39 +02:00
Gabriel Volpe
d864c36d57
tree-wide: use mapCartesianProduct 2024-04-15 19:17:53 +02:00
Mario Rodas
2c7f094dbb soupault: fix build on aarch64-darwin 2024-04-15 04:20:00 +00:00
Weijia Wang
a5f8f3bf36
Merge pull request #301820 from ehmry/solo5
solo5: 0.8.0 -> 0.8.1
2024-04-12 10:34:57 +02:00
nyadiia
8a54f2b13d
solitaire-tui: init at 0-unstable-2023-04-20 2024-04-11 14:18:41 -05:00
xrelkd
dc11297a61
solana-cli: install shell completions 2024-04-11 16:18:59 +08:00
xrelkd
5150491fd4
solana-cli: migrate to by-name 2024-04-11 16:18:58 +08:00
Emery Hemingway
a100859273 solo5: 0.8.0 -> 0.8.1 2024-04-05 13:01:18 +01:00
Emery Hemingway
fb5d9b77a6 solo5: move to pkgs/by-name 2024-04-05 13:01:18 +01:00
toastal
5393cc5dc2 soupault: mv to by-name 2024-03-20 16:42:45 +01:00
Locochoco
da353f4aa0 sophus: init at 1.22.10 2024-03-10 13:23:16 -03:00
R. Ryantm
311a4be96d sopwith: 2.3.0 -> 2.4.0 2024-03-05 05:44:22 +01:00
vladi
09991e3794
sopwith: init at 2.3.0 2024-03-01 10:18:04 -08:00
R. Ryantm
5b7ab69570 sov: 0.93 -> 0.94 2023-12-23 11:43:05 +00:00
Pol Dellaiera
819924bbf8
soco-cli: 0.4.55 -> 0.4.73 2023-12-17 11:56:02 +01:00
Peder Bergebakken Sundt
36e3746b8a
Merge pull request #265289 from eclairevoyant/sov
sov: add passthru.updateScript, 0.92b -> 0.93; to by-name
2023-12-02 09:57:15 +01:00
Artturi
a2e8e3b714
Merge pull request #258963 from mrtnvgr/arachno 2023-11-19 01:11:52 +02:00