Commit Graph

18 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
Aidan Gauland
97e880441a
nile: 1.1.1 -> 1.1.2 2024-09-17 10:35:26 +12:00
Aidan Gauland
a32efffecd
nile: use gitUpdater
Upstream tags releases, so we should not be using gitUnstableUpdater
when tracking release tags.
2024-09-17 10:34:18 +12:00
R. Ryantm
3d78efe428 nile: 1.1.1-unstable-2024-08-07 -> 1.1.1-unstable-2024-09-05 2024-09-05 23:13:54 +00:00
R. Ryantm
a04e772724 nile: 1.1.0-unstable-2024-07-15 -> 1.1.1-unstable-2024-08-07 2024-08-10 07:37:18 +00:00
R. Ryantm
7247d40e15 nile: 1.0.3-unstable-2024-06-08 -> 1.1.0-unstable-2024-07-15 2024-07-19 08:37:40 +00:00
R. Ryantm
e2c826473e nile: 1.0.3-unstable-2024-05-25 -> 1.0.3-unstable-2024-06-08 2024-06-09 19:07:04 +00:00
R. Ryantm
734ee7ef1c nile: 1.0.3-unstable-2024-05-10 -> 1.0.3-unstable-2024-05-25 2024-05-28 01:02:01 +00:00
R. Ryantm
6fc2f48cba nile: 1.0.2-unstable-2024-03-09 -> 1.0.3-unstable-2024-05-10 2024-05-10 22:18:28 +00:00
OPNA2608
60d2263d86 nile: unstable-2024-03-09 -> 1.0.2-unstable-2024-03-09 2024-05-05 22:45:14 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
1ca9374e51 nile: unstable-2024-02-05 -> unstable-2024-03-09 2024-03-10 10:06:22 +00:00
R. Ryantm
9060963c24 nile: unstable-2024-01-27 -> unstable-2024-02-05 2024-02-05 22:25:07 +00:00
R. Ryantm
1899b5cdcc nile: unstable-2024-01-25 -> unstable-2024-01-27 2024-01-30 21:04:00 +00:00
R. Ryantm
931326039f nile: unstable-2023-10-02 -> unstable-2024-01-25 2024-01-27 02:32:37 +00:00
Aidan Gauland
23a9597a0e
nile: fix passthru.updateScript
The update script was erroneously carried over from the gogdl
derivation code, upon which this derivation was based initially.  It
should be using unstableGitUpdater instead.

Date in current "unstable" version string corrected to UTC.
2023-11-25 07:52:58 +13:00
Aidan Gauland
029da50101
nile: 1.0.0 -> unstable-2023-10-03
Upstream isn't putting out releases, so we need to track the main
branch.
2023-11-05 09:17:10 +13:00
Aidan Gauland
4d5658d7bd
nile: init at 1.0.0 2023-08-01 11:11:09 +12:00