3476 Commits
Author SHA1 Message Date
Pol Dellaiera e6de6e6025 bash: minor reformating
- Replace `lib.optional` with `lib.optionals` when dealing with lists
- Remove `with lib;` from `meta`
2025-11-09 12:24:54 +01:00
Pol Dellaiera 151aa96218 bash: replace util-linux with util-linuxMinimal 2025-11-09 12:24:54 +01:00
Pol Dellaiera 7ac1c1c203 bash: fix usage of finalAttrs pattern
Issue introduced in #435033 in 305c5f1f12
2025-11-09 12:24:54 +01:00
kashw2 138ac3a281 jackett: modernize 2025-11-08 12:27:35 +10:00
Tristan Ross 4b0b54a907 bash: fix cpe eval 2025-11-07 16:08:58 -08:00
Michael Daniels 1d0bb7b61b treewide: drop figsoda as maintainer (part 3)
s/^\s*figsoda\s*$//
2025-11-02 20:16:11 -05:00
Michael Daniels 30420dabad treewide: drop figsoda as maintainer (part 2)
s/maintainers = with maintainers; [ figsoda ];/maintainers = with maintainers; [ ];/
2025-11-02 20:16:11 -05:00
Philip TaronandGitHub 01898764b6 treewide: replace "yes" else "no" usages to lib.boolToYesNo (#442387) 2025-10-28 16:25:46 +00:00
Weijia WangandGitHub 2275fc86c8 fishPlugins.pure: 4.11.3 -> 4.12.0 (#445387) 2025-10-26 12:13:36 +00:00
Aliaksandr 80f12557f5 treewide: replace "yes" else "no" usages to lib.boolToYesNo 2025-10-21 16:04:34 +03:00
Hleb Shauchenka c5dc09908f nushellPlugins.semver: 0.11.7 -> 0.11.8
Diff: https://github.com/abusch/nu_plugin_semver/compare/v0.11.7...v0.11.8

Changelog: https://github.com/abusch/nu_plugin_semver/blob/v0.11.8/CHANGELOG.md
2025-10-18 17:08:48 +02:00
Hleb Shauchenka aeb5c13c42 nushellPlugins.highlight: 1.4.8+0.106.0 -> 1.4.10+0.108.0
Diff: https://github.com/cptpiepmatz/nu-plugin-highlight/compare/v1.4.8+0.106.0...v1.4.10+0.108.0
2025-10-18 17:08:48 +02:00
Hleb Shauchenka b3fe39b9a2 nushellPlugins.hcl: 0.107.0 -> 0.108.0
Diff: https://github.com/Yethal/nu_plugin_hcl/compare/0.107.0...0.108.0
2025-10-18 17:08:48 +02:00
Hleb Shauchenka a1aedb27af nushellPlugins.skim: 0.19.0 -> 0.20.1
Diff: https://github.com/idanarye/nu_plugin_skim/compare/v0.19.0...v0.20.1
2025-10-18 17:08:48 +02:00
Hleb Shauchenka cb957033a3 nushellPlugins.desktop_notifications: 0.106.1 -> 0.108.0
Diff:
https://github.com/FMotalleb/nu_plugin_desktop_notifications/compare/v0.106.1...v0.108.0
2025-10-18 17:08:48 +02:00
Hleb Shauchenka ff9fb8f07c nushell: 0.107.0 -> 0.108.0
Diff: https://github.com/nushell/nushell/compare/0.107.0...0.108.0
2025-10-18 17:08:48 +02:00
Fernando RodriguesandGitHub c83d7a2df4 nushell: 0.106.1 -> 0.107.0, nushellPlugins.*: update (#439871) 2025-10-15 00:16:45 +00:00
Silvan MosbergerandGitHub b5cadfdf0e bash: Add tests.withChecks passthru to run tests (#435033) 2025-10-10 18:22:13 +00:00
Pol DellaieraandGitHub 7a025c2dc7 treewide: remove aidalgol (#448386) 2025-10-09 21:03:00 +00:00
Silvan Mosberger 6d5da10473 bash: Add myself to maintainers 2025-10-08 00:35:15 +02:00
Silvan MosbergerandAlexander Bantyev 305c5f1f12 bash: Add tests.withChecks passthru to run tests
Co-Authored-By: Alexander Bantyev <alexander.bantyev@tweag.io>
2025-10-08 00:35:13 +02:00
Michael Daniels e0d5027e88 treewide: migrate to by-name 2025-10-05 15:16:28 -04: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
R. Ryantm 90747f59d0 fishPlugins.pure: 4.11.3 -> 4.12.0 2025-10-04 04:19:25 +00:00
Aidan Gauland 9bf50ebcdf treewide: remove aidalgol
- Remove aidalgol from maintainers and all packages.
- Add maintainers to tests from their corresponding packages.
- Remove package 'heroic' because this will quickly bitrot without a
  maintainer.
2025-10-02 17:42:00 +13:00
R. Ryantm 5dcf5e899d fishPlugins.forgit: 25.09.0 -> 25.10.0 2025-10-01 03:57:50 +00: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
R. Ryantm 05dd4a6150 fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2025-09-04 -> 0-unstable-2025-09-28 2025-09-29 09:51:15 +00:00
Wolfgang WaltherandGitHub a2a9378ca4 carapace: 1.4.1 -> 1.5.0 (#442555) 2025-09-23 19:30:46 +00:00
kira 1c8f065f64 nushellPlugins.semver: add other platforms 2025-09-18 01:25:37 -03:00
R. Ryantm bbca822b55 fishPlugins.plugin-sudope: 0-unstable-2021-04-11 -> 0-unstable-2025-09-16 2025-09-18 04:00:21 +00:00
Yuriy Taraday dd12290517 Reapply "stdenv: Add CPE fields to meta"
This reverts commit de74f9caf0.
2025-09-15 17:25:11 +02:00
R. Ryantm 4464c227fd carapace: 1.4.1 -> 1.5.0 2025-09-13 05:23:16 +00:00
Sefa EyeogluandGitHub 50280d2abd fishPlugins.aws: init at 0-unstable-2023-08-03 (#441051) 2025-09-10 16:31:09 +02:00
Sefa EyeogluandGitHub e919201620 fishPlugins.bobthefish: 0-unstable-2023-06-16 -> 0-unstable-2024-09-24 (#441520) 2025-09-10 16:19:52 +02:00
R. Ryantm 8b6cc25464 fishPlugins.macos: 7.1.0 -> 7.2.0 2025-09-10 06:15:12 +00:00
Gus a5236a918f fishPlugins.bobthefish: 0-unstable-2023-06-16 -> 0-unstable-2024-09-24 2025-09-09 13:16:27 -04:00
Théo Bori 154ae2fcd8 fishPlugins.aws: init at 0-unstable-2023-08-03 2025-09-09 15:34:57 +02:00
VuiMuich fde9024da3 nushellPlugins.hcl: 0.106.1 -> 0.107.0 2025-09-08 10:36:09 +02:00
VuiMuich c9d191f40b nushellPlugins.highlight, nushellPlugins.units: mark broken
plugins require upstream compatibility with nushell `0.107.0`
2025-09-08 10:35:19 +02:00
Théo Bori 6c3ae0b70e fishPlugins.ai: init at 0-unstable-2025-02-14 2025-09-07 23:17:15 +02:00
R. Ryantm 9002bf62dd fishPlugins.exercism-cli-fish-wrapper: 0-unstable-2025-07-14 -> 0-unstable-2025-09-04 2025-09-07 14:32:21 +00:00
VuiMuich 31195681de nushellPlugins.skim: 0.17.0 -> 0.19.0 2025-09-07 11:31:50 +02:00
VuiMuich c250280caa nushellPlugins.semver: 0.11.6 -> 0.11.7 2025-09-07 11:09:13 +02:00
VuiMuich 06e88d7e80 nushell: 0.106.1 -> 0.107.0 2025-09-03 09:21:31 +02:00
R. Ryantm 9a250ef295 fishPlugins.forgit: 25.08.0 -> 25.09.0 2025-09-01 01:20:19 +00:00
K900andGitHub de74f9caf0 Revert "stdenv: Add CPE fields to meta" 2025-08-30 09:29:43 +03:00
Yuriy Taraday b0ce3dc09f stdenv: Add CPE fields to meta
Add `identifiers` attr to `meta` attribute with following attrs:
* `cpe` with the full CPE string when available
* `possibleCPEs` with the list of potential CPEs when not all
  information is provided
* `cpeParts` with the destructured CPE string, allowing to override it
  whenever needed
* `v1` attribute set with `cpe` and `cpeParts` from above and a
  guarantee of a backwards-compatible interface

Related issue: https://github.com/NixOS/nixpkgs/issues/354012
2025-08-29 15:40:03 +02:00
R. Ryantm 4ef8147628 nushellPlugins.skim: 0.16.0 -> 0.17.0 2025-08-27 02:44:32 +00:00
Philip TaronandGitHub d2a68bf87c nushellPlugins.desktop_notifications: init at 0.106.1 (#419914) 2025-08-25 14:01:53 -07:00