Commit Graph

15 Commits

Author SHA1 Message Date
K900
b812bc2a4a treewide: drop gst-vaapi
Upstream dropped it and it no longer builds.
2026-06-28 17:18:22 +03:00
NAHO
c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
Guy Chronister
33756686bc various: fix superflous pname values and interpolation 2025-09-24 12:07:46 -05:00
Tristan Ross
a3068ebb66 obs-studio-plugins: inherit platforms from obs-studio.meta
Inherits platforms from obs-studio.meta so most builds on aarch64-linux.

Skips the following due to not supporting aarch64-linux:

- looking-glass-obs
- waveform
2025-09-09 22:21:41 -07:00
liberodark
51104bca6e treewide: remove with lib Part 1 2025-06-03 18:27:59 +05:30
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
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
a7a9dea45e obs-studio-plugins.obs-vaapi: 0.4.1 -> 0.4.2 2024-09-20 02:55:14 +00:00
R. Ryantm
4896153b8d obs-studio-plugins.obs-vaapi: 0.4.0 -> 0.4.1 2023-11-15 14:31:32 +00:00
PedroHLC ☭
4faf6aa6e9 obs-studio-plugins.obs-vaapi: 0.3.1 -> 0.4.0 2023-07-11 21:50:03 -03:00
PedroHLC ☭
a430d79794 obs-studio-plugins.obs-vaapi: add meta.changelog 2023-06-25 11:55:17 -03:00
PedroHLC ☭
e7d05a7d09 obs-studio-plugins.obs-vaapi: 0.2.0 -> 0.3.1 2023-06-25 11:52:32 -03:00
PedroHLC ☭
d404c169c3 obs-studio-plugins.obs-vaapi: 0.1.0 -> 0.2.0 2023-02-06 08:29:35 -03:00
PedroHLC ☭
1ab7d2b850 obs-studio-plugins.obs-vaapi: init at 0.1.0 2023-01-27 07:48:05 -03:00