Olivér Falvai
dce718aa83
cloudlens: fix darwin build
2024-09-29 21:34:47 +02:00
Weijia Wang
2e06aeca71
clash-nyanpasu: 1.6.0 -> 1.6.1 ( #342740 )
2024-09-27 00:00:23 +02:00
R. Ryantm
9be3c09dca
cloudflare-dynamic-dns: 4.3.2 -> 4.3.3
2024-09-26 06:57:21 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
h7x4
f21ae37d3d
clash-verge: remove ( #342557 )
2024-09-22 01:41:17 +02:00
zendo
fe0d4615fe
clash-verge: remove
2024-09-21 22:31:17 +08:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags ( #336854 )
2024-09-19 22:32:31 +02:00
R. Ryantm
c3a384aca1
clash-nyanpasu: 1.6.0 -> 1.6.1
2024-09-18 07:25:59 +00:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
R. Ryantm
952b83be99
clever-tools: 3.8.2 -> 3.8.3
2024-09-13 16:51:29 +00:00
wxt
2807cd3fac
clash-verge-rev: add desktop entry
2024-09-12 12:46:48 +08:00
Aleksana
faeb037228
clash-verge-rev: add meta for internal package ( #340771 )
2024-09-10 16:14:41 +08:00
wxt
d7423b75c9
clash-verge-rev: add meta for internal package
2024-09-10 12:41:38 +08:00
Weijia Wang
ba2ff9ad6e
clash-nyanpasu: 1.5.1 -> 1.6.0 ( #338499 )
2024-09-09 20:55:48 +02:00
Aleksana
de10e71833
clash-verge-rev: 1.7.5 -> 1.7.7; clash-verge-rev: build from source; clash-verge-rev: add bot-wxt1221 as maintainers; ( #335998 )
2024-09-09 11:22:53 +08:00
Aleksana
4749b6f754
clever-tools: remove update notifications ( #340516 )
2024-09-09 10:29:15 +08:00
Florian Sanders
b6667a4e3e
clever-tools: remove update notifications
2024-09-08 15:46:33 +02:00
Florian Sanders
90913cb175
clever-tools: fix formatting
2024-09-08 15:46:05 +02:00
R. Ryantm
b5c156e568
clippy-sarif: 0.6.5 -> 0.6.6
2024-09-06 07:06:19 +00:00
nixpkgs-merge-bot[bot]
e932f6880c
clang-tidy-sarif: 0.6.5 -> 0.6.6 ( #339191 )
2024-09-05 17:07:40 +00:00
R. Ryantm
5bc6e8cc37
cloudflare-dynamic-dns: 4.3.0 -> 4.3.2
2024-09-04 12:28:27 +00:00
R. Ryantm
2379f18590
clang-tidy-sarif: 0.6.5 -> 0.6.6
2024-09-03 07:10:46 +00:00
R. Ryantm
91e707d8e4
clash-nyanpasu: 1.5.1 -> 1.6.0
2024-08-30 23:35:53 +00:00
wxt
766b1bc091
clash-verge-rev: 1.7.5 -> 1.7.7; clash-verge-rev: build from source; clash-verge-rev: add bot-wxt1221 as maintainers
2024-08-29 08:51:59 +08:00
German Lashevich
c72bd64bb0
cloudflare-dynamic-dns: init at 4.3.0
2024-08-27 01:26:27 +02:00
jopejoe1
81cd98b0b5
clang-uml: remove CMAKE_BUILD_TYPE from cmakeFlags
2024-08-23 19:07:47 +02:00
R. Ryantm
9f880ff8e3
clever-tools: 3.8.1 -> 3.8.2
2024-08-23 01:27:55 +00:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
R. Ryantm
7311efc143
clang-uml: 0.5.3 -> 0.5.4
2024-08-17 05:45:16 +00:00
lassulus
2c46a6554b
Merge pull request #294662 from BANanaD3V/init-cloak-pt
...
cloak-pt: init at 2.9.0
2024-08-14 23:13:02 +02:00
Nikita
59c11c6cab
cloak-pt: init at 2.9.0
2024-08-14 10:13:03 +03:00
Donovan Glover
2dfa14cc54
Merge pull request #332621 from r-ryantm/auto-update/cloudflare-utils
...
cloudflare-utils: 1.2.1 -> 1.3.0
2024-08-14 04:26:13 +00:00
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
R. Ryantm
b153902d96
cloudflare-utils: 1.2.1 -> 1.3.0
2024-08-06 01:21:35 +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
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
lassulus
3ac917c94d
Merge pull request #324240 from florian-sanders-cc/clever-tools-3.8.1
...
clever-tools: 3.8.0 -> 3.8.1
2024-07-03 23:07:31 +02:00
Florian Sanders
27dd3c4a2a
clever-tools: 3.8.0 -> 3.8.1
2024-07-03 08:20:30 +02:00
R. Ryantm
d87ff327d8
clipse: 0.0.71 -> 1.0.0
2024-07-03 03:07:14 +00:00
nixpkgs-merge-bot[bot]
8325d35d3e
Merge pull request #323905 from r-ryantm/auto-update/clever-tools
...
clever-tools: 3.7.0 -> 3.8.0
2024-07-02 15:49:36 +00:00
R. Ryantm
b6b89a9531
clever-tools: 3.7.0 -> 3.8.0
2024-07-02 00:20:05 +00:00
Jade Lovelace
5dfb548004
maintainers: remove lf-
...
Over the last few months I have had at least a half dozen points points
when I have wanted to resign, and my biggest regret is that you can only
resign once.
After the previous such opportunity, I was emotionally done.
Today's shameful incident has made it abundantly clear I am not welcome.
Let's make that official.
It's been a long run and I've met a lot of lovely people working on the
Nix ecosystem. Let's hope that the technology lives on, and that I can
keep working with the lovely people I have spent most of my time working
with, *but outside of Nix*.
2024-07-02 02:07:50 +02:00
Doron Behar
2ffb9df07d
Merge pull request #322322 from yelite/new-cloudflare-utils
...
cloudflare-utils: init at 1.2.1
2024-07-01 08:33:46 +03:00
Lite Ye
5c44ad4d0d
cloudflare-utils: init at 1.2.1
2024-06-30 22:02:22 -04:00
Ryan Hendrickson
2a0146ff9b
Merge pull request #319818 from florian-sanders-cc/clever-tools
...
clever-tools: init at 3.7.0
2024-06-29 14:43:58 -04:00
OPNA2608
0edbce6f43
clickable: 7.11.0 -> 8.2.0
2024-06-29 14:45:00 +02:00
OPNA2608
3fb9151e43
clickable: Add updateScript & more precise changelog link
2024-06-29 14:42:03 +02:00
OPNA2608
25df994263
clickable: Format with nixfmt-rfc-style
2024-06-29 14:40:44 +02:00
OPNA2608
1b5cf9d0be
clickable: Add Lomiri team to maintainers
...
I need it quite frequently to test submissions to upstream, might as well help out.
2024-06-29 14:39:39 +02:00
OPNA2608
11caffc507
clickable: Move to by-name
2024-06-29 14:35:52 +02:00
Florian Sanders
f7d0c482a2
clever-tools: init 3.7.0
2024-06-29 09:12:11 +02:00
R. Ryantm
f74f819ce1
clipcat: 0.18.0 -> 0.18.1
2024-06-26 16:00:32 +00:00
Sandro
943264ee9c
Merge pull request #266558 from getchoo/pkgs/clippy-sarif/init
...
clippy-sarif: init at 0.4.2
2024-06-26 00:31:44 +02:00