Commit Graph

56 Commits

Author SHA1 Message Date
Weijia Wang
72d0a5bfe3 fmit: 1.3.3 -> 1.4.6 (#543874) 2026-08-17 22:01:31 +00:00
R. Ryantm
64bfaa85df fmi-reference-fmus: 0.0.40 -> 0.0.41 2026-08-15 15:38:47 +00:00
Viktor Sonesten
1f5869f193 fmi-reference-fmus: 0.0.39 -> 0.0.40
0.0.40 removes build support for FMI version 1 and removes the
previously vendored fmusim executable, which we no longer need to
disable.
2026-08-05 14:02:18 +02:00
R. Ryantm
e3d5839487 fmd-server: 0.15.0 -> 0.16.0 2026-07-27 19:58:48 +00:00
R. Ryantm
4a822b3526 fmit: 1.3.3 -> 1.4.6 2026-07-20 14:47:36 +00:00
2kybe3
21057e59ed fmd-server: use pnpm_11, fix fetchPnpmDeps pnpm locking, adopt 2026-07-17 21:59:41 +02:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04: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
Stanisław Pitucha
9537f36967 fm-tune: 1.1 -> 1.2 2026-07-08 21:35:48 +10:00
eljamm
17c5d16ed0 fmd-server: fix darwin
by not copying ui files to `/build` (since it doesn't exist on that
platform), and instead copying them relative to `web`, before the build.
2026-05-16 12:05:33 +02:00
Peder Bergebakken Sundt
0bdd08c33a fmit: 1.2.14 -> 1.3.3 (#518324) 2026-05-10 22:38:51 +00:00
R. Ryantm
0db97e38f8 fmd-server: 0.14.2 -> 0.15.0 2026-05-09 18:02:32 +00:00
Thomas Butter
6ec979239e fmit: 1.2.14 -> 1.3.3 2026-05-09 08:08:52 +00:00
R. Ryantm
b350504f8d fmd-server: 0.14.1 -> 0.14.2 2026-04-06 08:19:28 +00:00
2kybe3
7d420009c0 fmd-server: pin pnpm version
As recommended in the javascript.section.md
2026-04-02 20:51:31 +02:00
2kybe3
39bfaaafee fmd-server: pass src to fix build 2026-04-02 20:45:51 +02:00
jthulhu
6c0eb16a32 fmd-server: 1.13.0 -> 1.14.1
Added jthulhu as a maintainer.
2026-03-29 18:34:50 +02:00
Stefan Frijters
fe95f8f97e fmi-reference-fmus: move CFLAGS into env for structuredAttrs 2026-02-19 19:23:19 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
Johannes Arnold
082e5c8951 fmd-server: init at 0.13.0 2025-12-29 12:12:35 +01:00
R. Ryantm
5956d4952b fm-go: 1.1.0 -> 1.2.0 2025-12-23 20:02:51 +00: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
Wolfgang Walther
2ee2fecfb5 maintainers: drop orivej (#463812) 2025-11-29 18:46:31 +00:00
Marcin Serwin
eeb6dc0081 maintainers: drop orivej
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2025-11-21 17:56:40 +01:00
OPNA2608
cc3cfd3f05 fmtoy: Fix build
Vendored libvgm is outdated and runs into issues with CMake 4. Just use our own libvgm.
2025-11-14 22:48:17 +01:00
Guy Chronister
9b316df866 pkgs/games/doom-ports: migrate to by-name 2025-10-31 20:40:18 -05:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Grimmauld
d9e9a62fcb fmsynth: drop
- no non-treewide changes to the nix package expression since 2019
- source pinned to an unstable version from 2015
- broken for a while on hydra
- no dependent packages
2025-09-01 17:47:25 +02:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
awwpotato
601b789cd7 fmit: move to by-name 2025-06-26 11:34:56 -07:00
R. Ryantm
78a1f85205 fmi-reference-fmus: 0.0.38 -> 0.0.39 2025-06-13 01:11:49 +00:00
Peder Bergebakken Sundt
3cc2f5fd4b treewide: substitute finalAttrs.pname for strings 2025-06-02 06:16:01 +02:00
Viktor Sonesten
f27a434274 fmi-reference-fmus: init at 0.0.38 2025-05-05 21:24:37 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Alyssa Ross
63bff8c132 treewide: migrate to fetchCargoVendor, batch 1
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
R. Ryantm
0b361ce34d fmtoy: 0-unstable-2024-11-13 -> 0-unstable-2024-12-15 2024-12-20 22:31:03 +00: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
R. Ryantm
a7aedc9802 fmtoy: 0-unstable-2024-06-11 -> 0-unstable-2024-11-13 2024-12-10 06:08:30 +00:00
Anderson Torres
e7387f290c treewide: remove AndersonTorres from maintainers 2024-11-28 21:12:42 -03: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
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
Cosima Neidahl
9856088bd9 fmtoy: 0-unstable-2024-06-07 -> 0-unstable-2024-06-11 (#325489) 2024-08-28 10:12:53 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
OPNA2608
8a83a53b81 fmtoy: Reformat, drop meta-wide with lib 2024-07-08 11:42:52 +02:00
OPNA2608
3306e56e00 fmtoy: 0-unstable-2024-06-07 -> 0-unstable-2024-06-11 2024-07-08 11:41:29 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Nick Cao
f4e0351ba0 fmtoy: 0-unstable-2024-04-18 -> 0-unstable-2024-06-07
Diff: aca005c770...1339600e2f
2024-06-07 16:04:15 -04:00