Nick Cao
576d3a93c5
cloudflare-dynamic-dns: 4.3.3 -> 4.3.5 ( #346607 )
2024-10-05 09:23:19 -04:00
R. Ryantm
95a3d1d44d
cloudflare-dynamic-dns: 4.3.3 -> 4.3.5
2024-10-05 05:30:27 +00:00
savedram
be669ff43d
clipse: 1.0.9 -> 1.1.0
2024-10-04 22:11:19 +01:00
R. Ryantm
bc8a9fa165
clang-uml: 0.5.4 -> 0.5.5
2024-10-03 06:35:34 +00:00
R. Ryantm
f989ed5fef
cljfmt: 0.12.0 -> 0.13.0
2024-10-01 15:31:42 +00:00
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