Commit Graph

26 Commits

Author SHA1 Message Date
R. Ryantm
b3d424c470 iloader: 2.2.6 -> 2.2.7 2026-07-24 15:40:14 +00:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
2kybe3
3d589588ff treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #538419
2026-07-05 10:07:48 +02:00
ern775
3598cb5620 iloader: init at 2.2.6 2026-06-30 10:09:17 +03:00
Weijia Wang
56faa33b9e ilspycmd: migrate to by-name (#502717) 2026-04-09 21:56:32 +00:00
Sandro
59d747730f {openexr_2,ilmbase}: Replace meta.insecure with meta.knownVulnerabilities (#501924) 2026-03-31 16:10:49 +00:00
Guy Chronister
7181b4e7f7 ilspycmd: refactor 2026-03-23 11:54:02 -05:00
Guy Chronister
c7411de5c0 ilspycmd: migrate to by-name 2026-03-23 11:54:02 -05:00
Lisanna Dettwyler
1a0b51eeb6 ilbc: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-21 12:30:12 -04:00
OPNA2608
db9e17da82 ilmbase: Repalce meta.insecure with meta.knownVulnerabilities
The former never did anything to warn users about this package being insecure.

Uses openexr_2's src, so I assume there may be shared vulnerabilities.
2026-03-21 13:06:42 +01:00
jopejoe1
fba809c4ba ilbc: modernize 2026-02-20 11:35:10 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
Gaël James
702acfa0b5 treewide: git tags: remove unnecessary string interpolation 2026-01-15 18:27:43 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Naxdy
d999f683b7 ilbc: fix build with cmake 4 2025-10-08 16:50:05 +02:00
mivorasu
7091e75f78 treewide: replace rev with tag in fetchFromGitHub 2025-08-04 10:46:30 +00:00
mivorasu
3c0ff7e40f treewide: add preConfigure and postConfigure for
configurePhase
2025-07-27 12:21:19 +00:00
Géza Ahsendorf
5e3c0b8ab3 illuminanced: init at 1.0.2
Package Request #348320. Release notes: https://github.com/mikhail-m1/illuminanced/releases/tag/1.0.2
2025-06-19 14:43:33 +02:00
Peder Bergebakken Sundt
c77ac9dfc3 treewide: fix typos 2025-06-02 16:07:07 +02:00
Wolfgang Walther
5d14516619 various: remove trailing whitespace
Running editorconfig-checker on all files complains about those, so
let's fix them.
2025-05-07 20:01:37 +02:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Anselm Schüler
8848cea684 ilmbase: fix meta.description (#398224)
Co-authored-by: awwpotato <153149335+awwpotato@users.noreply.github.com>
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2025-04-20 09:07:19 +08:00
Augustin Trancart
2ddb856be5 openexr: switch default version to v3 2025-04-07 11:32:40 +02:00
Sigmanificient
e6fe6f4b7c treewide: remove unused rec expressions 2025-03-13 21:34:05 +01:00
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
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