Commit Graph

153 Commits

Author SHA1 Message Date
R. Ryantm
6c2dd2ac30 clippy-sarif: 0.6.0 -> 0.6.5 2024-08-10 23:18:24 +00:00
xrelkd
6115ead9b1
clipcat: 0.18.1 -> 0.18.3
Diff: https://github.com/xrelkd/clipcat/compare/v0.18.1...v0.18.3
2024-08-10 13:44:59 +08:00
R. Ryantm
2e7ff24d12 clang-tidy-sarif: 0.5.0 -> 0.6.5 2024-08-07 09:32:11 +00:00
Soussi Mohamed Nour
65d3877a97
cloudlens: init at 0.1.4 (#326310)
Co-authored-by: ByteSudoer <ByteSudoer@users.noreply.github.com>
2024-08-06 10:39:14 +02: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
R. Ryantm
14d701db54 clippy-sarif: 0.5.0 -> 0.6.0 2024-08-01 10:32:48 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Peder Bergebakken Sundt
fd5ef84ee4
Merge pull request #327452 from getchoo/pkgs/clang-tidy-sarif/0.5.0
clang-tidy-sarif: 0.4.2 -> 0.5.0
2024-07-25 23:50:14 +02:00
Anderson Torres
45131772f9 clevis: 19 -> 20 2024-07-24 11:02:43 -03:00
Anderson Torres
c9d01a593d clevis: nixfmt-rfc-style
To make CI happy.
Mental note: do not use `-w80`
2024-07-24 11:02:22 -03:00
Anderson Torres
7f1971f9fb clevis: internalize asciidoc-full
There is few to no reason (besides breaking API) in not doing this.
2024-07-24 10:40:42 -03:00
Anderson Torres
152a6e0f8c clevis: set strictDeps as false 2024-07-24 10:40:37 -03:00
Anderson Torres
51b194729d clevis: tidy up postPatch script
By fixing an idea from doronbehar.
2024-07-24 10:39:45 -03:00
Anderson Torres
09fd98c433 clevis: rework - move and format postPatch and postInstall
Gather the shell script snippets to their own place.
2024-07-24 09:54:17 -03:00
Anderson Torres
9957f043cc clevis: rework - finalAttrs 2024-07-24 09:54:17 -03:00
Anderson Torres
409f10ea78 clevis: rework - meta.longDescription 2024-07-24 09:54:17 -03:00
Anderson Torres
42196a912d clevis: rework - get rid of nested with 2024-07-24 09:54:02 -03:00
Anderson Torres
aa773426af clevis: rework - rename patch 2024-07-23 23:36:07 -03:00
Anderson Torres
6c8a230177 clevis: rework - input set 2024-07-23 23:35:08 -03:00
Anderson Torres
10450ed8b2 clevis: adopted by AndersonTorres 2024-07-23 23:29:00 -03:00
Anderson Torres
6074811a51 clevis: migrate to by-name 2024-07-23 23:29:00 -03:00
Aleksana
cef77e159d
Merge pull request #324244 from Guanran928/clash-verge-rev
clash-verge-rev: 1.6.6 -> 1.7.5
2024-07-21 13:55:15 +08:00
Franz Pletz
ecc9d53af4
Merge pull request #327207 from SFrijters/clever-tools-fix-cross 2024-07-20 18:14:53 +02:00
Guanran Wang
2cb9c4d94c
clash-verge-rev: 1.7.3 -> 1.7.5
Diff: https://github.com/clash-verge-rev/clash-verge-rev/compare/v1.7.3...v1.7.5
2024-07-20 08:17:01 +08:00
Guanran Wang
86a2155671
clash-verge-rev: 1.7.2 -> 1.7.3
Diff: https://github.com/clash-verge-rev/clash-verge-rev/compare/v1.7.2...v1.7.3
2024-07-20 08:17:01 +08:00
Guanran Wang
fb067171b2
clash-verge-rev: 1.6.6 -> 1.7.2
Diff: https://github.com/clash-verge-rev/clash-verge-rev/compare/v1.6.6...v1.7.2
2024-07-20 08:16:45 +08:00
Peder Bergebakken Sundt
d53cbcef6f
Merge pull request #327704 from savedra1/clipse/1.0.9
clipse: 1.0.7 -> 1.0.9
2024-07-19 16:10:49 +02:00
Peder Bergebakken Sundt
ca30c0f836
Merge pull request #327451 from getchoo/pkgs/clippy-sarif/0.5.0
clippy-sarif: 0.4.2 -> 0.5.0
2024-07-19 15:53:25 +02:00
Alice Carroll
d09ac17c83 clipper2: use lib.platforms.all
While there might actually be broken platforms, there is no reason
to limit supported platforms to just Linux systems.
2024-07-17 03:53:34 +02:00
Alice Carroll
3c2a374da2 clipper2: migrate to pkgs/by-name 2024-07-17 03:53:34 +02:00
savedram
5122379565 clipse: 1.0.7 -> 1.0.9 2024-07-16 18:40:33 +01:00
seth
b77dea2ecc
clang-tidy-sarif: testers.testVersion -> versionCheckHook
this results in less ugly recursion
2024-07-15 14:27:04 -04:00
seth
0ee138df82
clippy-sarif: testers.testVersion -> versionCheckHook
this results in less ugly recursion
2024-07-15 14:25:44 -04:00
seth
6cd6e41127
clang-tidy-sarif: add updateScript 2024-07-15 14:18:35 -04:00
seth
594ddbd12f
clang-tidy-sarif: fetchFromGitHub -> fetchCrate
this makes things much easier to build as we don't need to account for
the monorepo
2024-07-15 14:18:01 -04:00
seth
22ccac6ba7
clippy-sarif: add updateScript 2024-07-15 14:15:39 -04:00
seth
799eff71f6
clippy-sarif: fetchFromGitHub -> fetchCrate
this makes things much easier to build as we don't need to account for
the monorepo
2024-07-15 14:13:56 -04:00
seth
bee041dfc4
clang-tidy-sarif: 0.4.2 -> 0.5.0
Diff: https://github.com/psastras/sarif-rs/compare/clang-tidy-sarif-v0.4.2...clang-tidy-sarif-v0.5.0
2024-07-15 14:07:13 -04:00
seth
f40faf76f3
clippy-sarif: 0.4.2 -> 0.5.0
Diff: https://github.com/psastras/sarif-rs/compare/clippy-sarif-v0.4.2...clippy-sarif-v0.5.0
2024-07-15 14:04:22 -04:00
Stefan Frijters
0e6664a30c
clever-tools: fix cleanup for cross compilation 2024-07-14 22:54:44 +02:00
Nick Cao
6edd53b9dc
Merge pull request #326965 from r-ryantm/auto-update/clipse
clipse: 1.0.3 -> 1.0.7
2024-07-14 10:40:57 -04:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
R. Ryantm
48b2d342e9 clipse: 1.0.3 -> 1.0.7 2024-07-14 00:40:13 +00:00
florian-sanders-cc
76069dafc9
clever-tools: missing argument for autocomplete scripts (#326039) 2024-07-14 00:37:18 +02:00
aleksana
1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08:00
Masum Reza
5f3d1d6eb3
Merge pull request #324968 from Guanran928/clash-nyanpasu
clash-nyanpasu: 1.4.5 -> 1.5.1
2024-07-10 22:10:02 +05:30
Guanran Wang
50952f401d
clash-nyanpasu: 1.4.5 -> 1.5.1 2024-07-06 13:41:32 +08:00
savedram
a4e661d260 clipse: 1.0.0 -> 1.0.3 2024-07-05 19:07:29 +01:00