Commit Graph

45 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
940b0e9a71 uxn: 1.0-unstable-2024-10-19 -> 1.0-unstable-2024-11-30 2024-12-07 05:17:44 +00:00
R. Ryantm
9b412b6d72 uxn: 1.0-unstable-2024-09-20 -> 1.0-unstable-2024-10-19 2024-10-26 12:02:27 +00:00
Zhong Jianxin
af422170e7 uxplay: fix build on darwin 2024-10-10 11:11:41 +08:00
Zhong Jianxin
de79009ed9 uxplay: correct nativeBuildInputs and buildInputs 2024-10-10 11:11:41 +08:00
R. Ryantm
21a7cea0db uxplay: 1.69 -> 1.70 2024-10-09 21:13:00 +00: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
018771f0ef uxn: 1.0-unstable-2024-08-29 -> 1.0-unstable-2024-09-20 2024-09-24 00:07:26 +00:00
R. Ryantm
f5901c9e8b uxn: 1.0-unstable-2024-08-25 -> 1.0-unstable-2024-08-29 2024-09-03 09:15:45 +00:00
R. Ryantm
4b8fe91f68 uxn: 1.0-unstable-2024-08-12 -> 1.0-unstable-2024-08-25 2024-08-28 07:59:36 +00:00
nixpkgs-merge-bot[bot]
f04f72f764
Merge pull request #334690 from r-ryantm/auto-update/uxn
uxn: 1.0-unstable-2024-08-05 -> 1.0-unstable-2024-08-12
2024-08-18 03:20:21 +00:00
R. Ryantm
18a3efa4dd uxn: 1.0-unstable-2024-08-05 -> 1.0-unstable-2024-08-12 2024-08-14 18:44:40 +00:00
R. Ryantm
34c535ec96 uxplay: 1.68.3 -> 1.69 2024-08-13 08:07:45 +00:00
R. Ryantm
05025aef08 uxn: 1.0-unstable-2024-07-26 -> 1.0-unstable-2024-08-05 2024-08-07 17:25:04 +00:00
R. Ryantm
08f590820f uxn: 1.0-unstable-2024-06-15 -> 1.0-unstable-2024-07-26 2024-07-26 21:29:29 +00:00
R. Ryantm
0960b6f0c1 uxn: 1.0-unstable-2024-06-14 -> 1.0-unstable-2024-06-15 2024-06-23 00:58:51 +00:00
R. Ryantm
b33daa31f2 uxn: 1.0-unstable-2024-06-05 -> 1.0-unstable-2024-06-14 2024-06-15 17:36:53 +00: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
R. Ryantm
7ef6b412dd uxn: 1.0-unstable-2024-05-30 -> 1.0-unstable-2024-06-05 2024-06-08 03:29:35 +00:00
R. Ryantm
4a2828b20a uxn: 1.0-unstable-2024-05-10 -> 1.0-unstable-2024-05-30 2024-05-31 20:06:11 +00:00
R. Ryantm
b2707b1c9b uxn: 1.0-unstable-2024-05-06 -> 1.0-unstable-2024-05-10 2024-05-14 21:31:47 +00:00
Zhong Jianxin
9236e8ff31 uxplay: migrate to pkgs/by-name and other enhancements
- Format using nixfmt-rfc-style
- Add passthru.updateScript
- Add meta.changelog
2024-05-12 19:18:49 +08:00
R. Ryantm
d68b47892b uxn: unstable-2024-04-15 -> 1.0-unstable-2024-05-06 2024-05-07 09:08:58 +00:00
R. Ryantm
e6dabc58c2 uxn: unstable-2024-04-05 -> unstable-2024-04-15 2024-04-19 00:12:37 +00:00
R. Ryantm
e16a1eb28d uxn: unstable-2024-03-30 -> unstable-2024-04-05 2024-04-07 22:44:21 +00:00
R. Ryantm
1847067c39 uxn: unstable-2024-03-18 -> unstable-2024-03-30 2024-04-01 20:33:53 +00:00
R. Ryantm
e0f0913548 uxn: unstable-2024-03-16 -> unstable-2024-03-18 2024-03-20 12:10:05 +00:00
R. Ryantm
133b8d5e36 uxn: unstable-2024-03-10 -> unstable-2024-03-16 2024-03-17 05:56:32 +00:00
R. Ryantm
368bb6ee58 uxn: 1.0-unstable-2024-03-08 -> unstable-2024-03-10 2024-03-13 14:20:01 +00:00
R. Ryantm
ffd4165d0f uxn: 1.0-unstable-2024-02-15 -> 1.0-unstable-2024-03-08 2024-03-09 21:18:33 +01:00
Anderson Torres
25ce207a62 uxn: fix version string
Since there is a tagged release - https://git.sr.ht/~rabbits/uxn/log/1.0 -, the
version string should start with it.
2024-02-28 12:41:10 -03:00
Anderson Torres
2dfeca2f8a uxn: mark as broken for Darwin 2024-02-26 15:23:51 -03:00
R. Ryantm
23cbb161e1 uxn: unstable-2024-02-14 -> unstable-2024-02-15 2024-02-18 18:10:06 +00:00
R. Ryantm
84e745d9f2 uxn: unstable-2024-02-07 -> unstable-2024-02-14 2024-02-17 21:37:37 +11:00
R. Ryantm
004e972e79 uxn: unstable-2024-01-21 -> unstable-2024-02-07 2024-02-07 21:21:33 +00:00
R. Ryantm
3425089122 uxn: unstable-2024-01-15 -> unstable-2024-01-21 2024-01-25 02:32:56 +00:00
R. Ryantm
ca17ef02c3 uxn: unstable-2024-01-04 -> unstable-2024-01-15 2024-01-18 20:05:00 +00:00
R. Ryantm
fb2203e34c uxn: unstable-2023-12-25 -> unstable-2024-01-04 2024-01-05 23:21:14 +00:00
R. Ryantm
f2bc00cd90 uxn: unstable-2023-12-05 -> unstable-2023-12-25 2023-12-30 21:20:47 +00:00
R. Ryantm
f817d12bab uxn: unstable-2023-11-12 -> unstable-2023-12-05 2023-12-08 00:52:20 +00:00
R. Ryantm
8f7ef17b2a uxn: unstable-2023-10-23 -> unstable-2023-11-12 2023-11-16 19:12:07 +00:00
Anderson Torres
8a80c6827e uxn: unstable-2023-09-29 -> unstable-2023-10-23 2023-11-05 18:28:24 -03:00
R. Ryantm
72dba0b8a1 uxn: unstable-2023-09-06 -> unstable-2023-09-29 2023-10-22 07:37:51 -03:00
Anderson Torres
fdebb755af uxn: unstable-2023-08-30 -> unstable-2023-09-06 2023-09-17 18:58:49 -03:00
Anderson Torres
75d7b2e8ae uxn: migrate to by-name 2023-09-17 18:58:49 -03:00