Commit Graph

29 Commits

Author SHA1 Message Date
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
8616590df9 python312Packages.xonsh: 0.18.4 -> 0.19.0 2024-12-09 15:02:43 +00: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
R. Ryantm
c3c04bf9dd python312Packages.xonsh: 0.18.3 -> 0.18.4 2024-11-03 04:05:05 +00:00
Fabian Affolter
7960509e15 xortool: modernize 2024-10-24 21:05:42 +02:00
SamLukeYes
0f9b024d85
xonsh: 0.18.2 -> 0.18.3
https://github.com/xonsh/xonsh/releases/tag/0.18.3
2024-08-21 00:34:55 +08:00
SamLukeYes
633da8f7a0
xonsh: 0.17.0 -> 0.18.2 2024-08-09 22:48:43 +08:00
SamLukeYes
52e3f9dbf4
xonsh: remove indefinite article from meta.description
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-07-20 02:20:47 +08:00
SamLukeYes
df83a721da
xonsh: fix wrapper 2024-07-09 23:37:56 +08:00
Anderson Torres
5e65c02699 xonsh: remove AndersonTorres from meta.maintainers
Since I can't keep this.
2024-07-05 08:45:12 -03:00
SamLukeYes
afc31073a3
xonsh: 0.15.1 -> 0.17.0
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

Upstream changes: https://github.com/xonsh/xonsh/compare/0.15.1...0.17.0
2024-06-18 22:49:13 +08:00
Jade Lovelace
e02c37c735
Merge pull request #317636 from lf-/jade/xonsh-expose-unwrapped
xonsh: expose unwrapped
2024-06-09 15:13:04 -07: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
Jade Lovelace
faae3de3d4 xonsh: expose unwrapped
Currently it is impossible to import xonsh into python for e.g. language
servers to be able to get completion for it, or otherwise treat it as a
python lib. We aren't sure why the unwrapped derivation was made
inaccessible, but it's definitely a problem.
2024-06-05 21:19:25 -07:00
Sandro Jäckel
30ef0b17f2 Reapply "xonsh: set dontWrapPythonPrograms"
This reverts commit 57427d380d.
2024-04-11 08:26:39 -07:00
SamLukeYes
57427d380d
Revert "xonsh: set dontWrapPythonPrograms"
This reverts commit b6403710df.
2024-04-04 13:53:29 +08:00
Anderson Torres
2de37473bb xorriso: alias to libisoburn
Since, according to the original site, they are the same.
2024-03-24 23:26:26 -03:00
SamLukeYes
4747d9fddc
xonsh: 0.14.4 -> 0.15.1 2024-03-09 10:24:17 +08:00
SamLukeYes
b6403710df
xonsh: set dontWrapPythonPrograms 2024-03-09 10:23:49 +08:00
Anderson Torres
a30ae78435
xonsh: 0.14.0 -> 0.14.4 (#282368)
* xonsh-unwrapped: add passthru.updateScript

* xonsh-unwrapped: move to pkgs/shells/xonsh/unwrapped.nix

* xonsh-unwrapped: incorporate into xonsh wrapper

* xonsh: migrate to by-name

* xonsh: refactor

- get rid of rec
- Boolean pyproject
- reorder attributes
- get rid of nested with
- change meta.maintainers:
  - remove vrthra
  - add AndersonTorres

* xonsh: 0.14.0 -> 0.14.1

* xonsh: 0.14.1 -> 0.14.2

* xonsh: 0.14.2 -> 0.14.3

* xonsh: 0.14.3 -> 0.14.4
2024-02-04 23:06:22 +01:00
Mikael Fangel
2c982e89c5
xorriso: update hash
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-12-06 14:06:36 +01:00
Anderson Torres
16a0d2d4ad xosview2: 2.3.2 -> 2.3.3 2023-11-06 07:23:09 -03:00
Anderson Torres
512cd28980 xosview2: set meta.mainProgram 2023-11-06 07:23:09 -03:00
Anderson Torres
bbb40f1705 xosview2: migrate to by-name 2023-11-06 07:23:09 -03:00
Anderson Torres
235bc12b4f xosview: split man output 2023-11-06 07:23:09 -03:00
Anderson Torres
b9b47db21a xosview: set meta.mainProgram 2023-11-06 07:23:09 -03:00
Anderson Torres
75dadb2dfe xosview: migrate to by-name 2023-11-06 07:23:09 -03:00
Anderson Torres
0a36180095 xorriso: 1.5.6.pl02 -> 1.5.7 2023-09-20 22:51:30 -03:00
Anderson Torres
6e8e316fde xorriso: migrate to by-name 2023-09-20 22:51:30 -03:00