Commit Graph

22 Commits

Author SHA1 Message Date
Alyssa Ross
6f57884abc execline: 2.9.9.1 -> 2.9.9.2 2026-07-15 14:21:54 +02:00
Alyssa Ross
754c1c760e execline.manpages: 2.9.8.1.3 -> 2.9.9.1.1 2026-05-23 14:41:02 +02:00
R. Ryantm
d7fa5fca04 execline: 2.9.8.1 -> 2.9.9.1
Closes: https://github.com/NixOS/nixpkgs/pull/520566
2026-05-23 14:40:56 +02:00
Alyssa Ross
b0f46bf022 execline: avoid deprecated API in wrapper 2026-05-21 17:44:40 +02:00
Alyssa Ross
471086481a Skaware updates January 2026 (#484409) 2026-03-07 08:27:22 +00:00
sternenseemann
85f56cf637 execline-man-pages: 2.9.6.1.1 -> 2.9.8.1.3 2026-03-06 12:49:38 +01:00
Alyssa Ross
e0bab481f8 execline: 2.9.7.0 -> 2.9.8.1 2026-01-27 14:03:56 +01:00
Daniel Sampliner
0fcd0ccc84 skawarePackages.execline: 2.9.6.1 -> 2.9.7.0 2025-05-30 16:24:56 +02:00
Emery Hemingway
ad7e3ecf88 execline: add passthru.writeScript 2025-05-12 13:56:59 +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
Sergei Trofimovich
062bd17d71 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 2024-10-16 07:07:14 +01:00
Sergei Trofimovich
7d3e2d7c7a execline: 2.9.6.0 -> 2.9.6.1
Changes: https://git.skarnet.org/cgi-bin/cgit.cgi/execline/log/?h=v2.9.6.1
2024-10-14 05:38:24 +01:00
Alyssa Ross
e2fc145de2 execline: 2.9.5.1 -> 2.9.6.0 2024-06-15 08:02:18 +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
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Alyssa Ross
b2907933db execline: 2.9.4.0 -> 2.9.5.1 2024-05-06 17:43:09 +02:00
Profpatsch
7cadc17591 skawarePackages: add manpages to their respective packages
For a while now, we’ve had these separate derivations for the skaware
manpages.

That was fine in the beginning, because it was not entirely clear
whether the manpage project would be long-lived. Given that the
collection of third-party manpages is now extensive and updated
regularly, plus it is sanctioned by skarnet, we can remove this
additional hurdle to using skaware.

The buildManPage structure is kept, instead of building them in a
separate `default.nix`, we add a field `manpages` to
`skawarePackages.buildPackage`, which adds the `"man"` output and
copies everything from the manpages output.

For backwards-compat, the manpage derivation is exposed in the
`passthru` and referenced by the `*-man-pages` attributes.

~~~

The `with skawarePackages;` scope is removed from all packages, and
used explicitly for all functions, while packages get added to the
package import header.
2024-03-24 14:52:19 +01:00
Alyssa Ross
cd59bf343f execline: 2.9.3.0 -> 2.9.4.0 2023-11-07 13:05:31 +00:00
Alyssa Ross
82e832bbf2 execline: 2.9.1.0 -> 2.9.3.0 2023-04-06 09:46:35 +00:00
Alyssa Ross
3b215117a2 execline: man pages: 2.9.0.0.1 -> 2.9.1.0.1 2023-01-17 19:21:00 +00:00
Alyssa Ross
2bcc676d41 execline: 2.9.0.1 -> 2.9.1.0 2023-01-17 19:21:00 +00:00
AndersonTorres
a76bd55090 skawarePackages: move all of them to development/skaware-packages 2022-10-28 11:30:49 -03:00