Commit Graph

94 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Fabian Affolter
5eaa12216f nuclei-templates: 10.0.4 -> 10.1.0
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.4...v10.1.0

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.1.0
2024-12-05 14:48:44 +01:00
nixpkgs-merge-bot[bot]
32e51a5303
nuclear: 0.6.39 -> 0.6.40 (#361370) 2024-12-03 22:23:00 +00:00
Fabian Affolter
bcccfc987c nuclei: 3.3.6 -> 3.3.7
Diff: https://github.com/projectdiscovery/nuclei/compare/refs/tags/v3.3.6...v3.3.7

Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.3.7
2024-12-03 09:53:23 +01:00
Fabian Affolter
38ef70613c
nuclei: add versionCheckHook (#361228) 2024-12-03 09:48:27 +01:00
R. Ryantm
89f3044223 nuclear: 0.6.39 -> 0.6.40 2024-12-03 08:09:08 +00:00
Fabian Affolter
813a35d37f nuclei: add versionCheckHook 2024-12-02 22:32:28 +01:00
R. Ryantm
c92368010f numix-icon-theme-square: 24.07.19 -> 24.10.22 2024-12-01 09:29:29 +00:00
Nick Cao
0ff027e0ae
nufmt: use rustPlatform.bindgenHook 2024-11-30 09:28:57 -05:00
R. Ryantm
8f9968055f nufmt: 0-unstable-2024-10-20 -> 0-unstable-2024-11-21 2024-11-30 04:29:24 +00:00
Nick Cao
6e4c4dbd46
nuclei: 3.3.5 -> 3.3.6 (#358083) 2024-11-22 08:43:15 -05:00
R. Ryantm
2cbca95e62 nuclei: 3.3.5 -> 3.3.6 2024-11-22 07:04:12 +00:00
Fabian Affolter
6f447d18a2 nuclei-templates: 10.0.3 -> 10.0.4
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.3...v10.0.4

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.0.4
2024-11-21 09:29:23 +01:00
Nick Cao
39a7a90dfc
numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 2024-11-17 08:34:36 -05:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
R. Ryantm
6a51ee3d11 numix-icon-theme-circle: 24.10.01 -> 24.10.22 2024-11-17 01:22:35 +00:00
Nick Cao
ebb62cb3c5
nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) 2024-11-15 09:04:18 -05:00
R. Ryantm
bb04127381 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 2024-11-13 19:51:43 +00:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
R. Ryantm
c394b551b0 nuclei-templates: 10.0.2 -> 10.0.3 2024-11-03 06:42:55 +00:00
Austin Horstman
9d49bbec7a
nufmt: switch to apple-sdk_11 2024-10-31 10:09:43 -05:00
Atemu
31c4c6d1a6
numbat: 1.13.0 -> 1.14.0 (#351115) 2024-10-28 00:55:34 +01:00
Guillaume Fournier
098c4e4ed8 numbat: 1.13.0 -> 1.14.0 2024-10-28 00:38:24 +01:00
Guillaume Fournier
96e8bd9256 numbat: format according to RFC 2024-10-28 00:32:31 +01:00
Austin Horstman
41d4f04d61
nufmt: 0-unstable-2024-10-15 -> 0-unstable-2024-10-20 2024-10-22 09:33:44 -05:00
Pol Dellaiera
5c14ab6ee3
nufmt: modernize; add update script; unstable-2023-09-25 -> 0-unstable-2024-10-15 (#348627) 2024-10-15 19:17:42 +02:00
Austin Horstman
36ca2a6cfb
nufmt: add maintainer khaneliman 2024-10-15 09:58:09 -05:00
Austin Horstman
b9aac85c3a
nufmt: unstable-2023-09-25 -> 0-unstable-2024-10-15 2024-10-15 09:58:08 -05:00
Austin Horstman
cb5cfd9a6f
nufmt: add update script 2024-10-15 09:04:34 -05:00
Fabian Affolter
59689a6aeb nuclei-templates: 10.0.1 -> 10.0.2
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.1...v10.0.2

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.0.2
2024-10-14 23:19:29 +02:00
Austin Horstman
b0be0a580d
nufmt: add meta.mainProgram 2024-10-14 12:35:14 -05:00
Austin Horstman
9f9bd495d4
nufmt: move to by-name 2024-10-14 12:35:14 -05:00
Martin Joerg
22f9a59116 nunicode: init at 1.11 2024-10-14 12:51:54 +00:00
Atemu
fc76c54b9f
numbat: 1.12.0 -> 1.13.0 (#341128) 2024-10-10 10:09:27 +02:00
xeals
9dbdff0f93
numbat: 1.12.0 -> 1.13.0 2024-10-10 18:18:37 +11:00
h7x4
04d6c0740e
nuclear: 0.6.31 -> 0.6.39 (#344539) 2024-10-04 22:12:01 +02:00
Fabian Affolter
028df51784 nuclei-templates: 10.0.0 -> 10.0.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.0...v10.0.1

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.0.1
2024-10-01 22:25:37 +02:00
GearKite
d174c0fda8 nuclear: 0.6.31 -> 0.6.39 2024-09-26 00:57:44 +03: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
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03: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
ea783a9a19 nuclei-templates: 9.9.4 -> 10.0.0 2024-09-14 02:26:06 +00:00
Fabian Affolter
4aaa783d40 nuclei-templates: 9.9.3 -> 9.9.4
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v9.9.3...v9.9.4

Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v9.9.4
2024-09-03 07:25:04 +02:00
Philip Taron
558fc2db77
nuv: remove breakpointHook from nativeBuildInputs 2024-08-30 15:03:42 -07: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
4ffca9622e nuclei-templates: 9.9.2 -> 9.9.3 2024-08-17 07:40:29 +00:00
NotAShelf
69eecebabf
nuclear: 0.6.30 -> 0.6.31 2024-07-28 16:30:14 +03:00
NotAShelf
31ab3c2564
nuclear; nixfmt; modernize derivation 2024-07-28 15:52:22 +03:00