Commit Graph

28 Commits

Author SHA1 Message Date
R. Ryantm
0c08e30b11 fishPlugins.fzf-fish: 10.3 -> 11.0 2026-03-10 20:05:42 +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
Adam C. Stephens
344d17b62e fishPlugins.fzf-fish: mark broken on darwin
fishplugin-fzf.fish> not ok 15 ouputs right command
fishplugin-fzf.fish>   ---
fishplugin-fzf.fish>     operator: =
fishplugin-fzf.fish>     expected: "function select_me echo I\\'m just testing end"
fishplugin-fzf.fish>     actual: 'function select_me echo I'
fishplugin-fzf.fish>     at: /nix/var/nix/builds/nix-10997-426883987/source/tests/search_history/multi_line_cmd.fish:25
fishplugin-fzf.fish>   ...
2025-09-30 17:46:17 -04:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +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
euxane
1dabc1f584 maintainers: rename pacien -> euxane, update details 2024-12-21 21:20:22 +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
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
R. Ryantm
9cac204f99 fishPlugins.fzf-fish: 10.2 -> 10.3 2024-04-07 12:52:26 +00:00
R. Ryantm
7c77b21fd9 fishPlugins.fzf-fish: 10.1 -> 10.2 2023-12-05 15:54:25 +00:00
pacien
3f8dbecdd0 fishPlugins.fzf-fish: 10.0 -> 10.1
Diff: https://github.com/PatrickF1/fzf.fish/compare/v10.0...v10.1
Changelog: https://github.com/PatrickF1/fzf.fish/releases/tag/v10.1
2023-11-06 18:10:12 +01:00
natsukium
c40323b934 fishPlugins.fzf-fish: 9.9 -> 10.0
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.9...v10.0

Changelog: https://github.com/PatrickF1/fzf.fish/releases/tag/v10.0
2023-08-24 23:26:02 +09:00
natsukium
cf8bd45123 fishPlugins.fzf-fish: add meta.changelog 2023-08-24 23:24:54 +09:00
R. Ryantm
0288b0f810 fishPlugins.fzf-fish: 9.8 -> 9.9 2023-07-26 08:48:21 +00:00
natsukium
9a3b260bef fishPlugins.fzf-fish: 9.7 -> 9.8
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.7...v9.8
2023-06-29 16:02:33 +09:00
Weijia Wang
4a2a84f246 fishPlugins.fzf-fish: use script from unixtools 2023-05-22 16:43:01 +03:00
natsukium
f95d6c4cc2 fishPlugins.fzf-fish: add natsukium to maintainers 2023-04-03 22:37:06 +09:00
natsukium
e00db8e1fe fishPlugins.fzf-fish: 9.3 -> 9.7 2023-04-03 22:33:16 +09:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
f28b29999b fishPlugins.fzf-fish: 9.0 -> 9.2 2022-08-14 02:45:20 +00:00
R. Ryantm
6baba0416a fishPlugins.fzf-fish: 8.3 -> 9.0 2022-06-25 23:31:04 +00:00
R. Ryantm
c8988e7bc3 fishPlugins.fzf-fish: 8.2 -> 8.3 2022-04-22 19:49:01 +00:00
Kid
bde43cf239 fishPlugins.fzf-fish: 8.1 -> 8.2 2022-03-20 05:17:59 +00:00
R. Ryantm
c3890c4c41 fishPlugins.fzf-fish: 7.4 -> 8.1 2022-02-12 21:02:00 -08:00
pacien
25d88c7c6f fishPlugins.fzf-fish: 7.3 -> 7.4 2021-12-04 02:18:19 +01:00
Tomoya Otabi
dd50512f67 fishPlugins.fzf-fish: 5.6 -> 7.3 (#137153) 2021-09-09 15:33:49 +02:00
pacien
74a66734cd fishPlugins.fzf-fish: init at 5.6 2021-03-09 14:25:04 +01:00