Commit Graph

68 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
Wolfgang Walther
c862264431
hubstaff: 1.6.26-95441346 -> 1.6.28-fafb0aba (#357712) 2024-12-08 13:54:55 +01:00
R. Ryantm
6a7d80b43f hugo: 0.139.0 -> 0.139.3 2024-12-08 06:51:56 +00:00
Aleksana
cb6b8cf536
hurl: 5.0.1 -> 6.0.0 (#361938) 2024-12-06 22:19:25 +08:00
Kenichi Kamiya
e6037ddab8
hugo: enable doCheck with skipping failing tests 2024-12-05 15:22:20 +09:00
R. Ryantm
5fbd8b3558 hurl: 5.0.1 -> 6.0.0 2024-12-05 01:59:05 +00:00
R. Ryantm
b3e39e3ee9 hubstaff: 1.6.26-95441346 -> 1.6.28-fafb0aba 2024-11-20 23:27:36 +00:00
Kenichi Kamiya
2d8bfa3908
hugo: 0.138.0 -> 0.139.0 2024-11-20 20:00:43 +09:00
Pol Dellaiera
8d3ac9beb3
hugo: 0.136.5 -> 0.138.0 (#355783) 2024-11-14 18:11:18 +01:00
R. Ryantm
a758b87eec hunt: 2.4.0 -> 3.0.0 2024-11-14 02:49:19 +00:00
Federico Damián Schonborn
75152b5d47
hugo: 0.136.5 -> 0.138.0
https://github.com/gohugoio/hugo/releases/tag/v0.137.0
https://github.com/gohugoio/hugo/releases/tag/v0.137.1
https://github.com/gohugoio/hugo/releases/tag/v0.138.0

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-11-13 21:28:36 -03:00
Kiara Grouwstra
837d651b6a hullcaster: init at 0.1.2 2024-11-10 09:28:02 +01: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
ca5e6ff113 hugo: 0.136.4 -> 0.136.5 2024-11-01 19:57:16 +00:00
Sarah Clark
2b6b77ecab hugo: 0.135.0 -> 0.136.4 2024-10-23 11:19:16 -07:00
R. Ryantm
169b010d52 hugo: 0.134.3 -> 0.135.0 2024-10-03 10:58:48 +00:00
Stefan Frijters
0471e7aa5b hurl: add versionCheckHook 2024-09-28 22:42:37 +02:00
Stefan Frijters
3407031806 hurl: 4.3.0 -> 5.0.1 2024-09-28 22:42:37 +02: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
Hentioe
18d974661a hugo: 0.134.2 -> 0.134.3 2024-09-20 17:18:57 +08:00
kilianar
61fcdd9ca1 hugo: 0.134.0 -> 0.134.2
https://github.com/gohugoio/hugo/releases/tag/v0.134.2
2024-09-15 15:32:13 +02:00
Hentioe
169d3aa65b hugo: 0.133.1 -> 0.134.0 2024-09-04 05:09:00 +08:00
Hentioe
2c5560491a hugo: 0.132.1 -> 0.133.1 2024-08-27 04:31:22 +08:00
Hentioe
dd90c85aba hugo: 0.131.0 -> 0.132.1 2024-08-13 20:26:26 +08:00
Pol Dellaiera
92d42b4fb6
Merge pull request #331808 from mfrw/mfrw/hugo-0.131.0
hugo: 0.130.0 -> 0.131.0
2024-08-03 19:00:31 +02:00
Nick Cao
2731b928f5
Merge pull request #331426 from r-ryantm/auto-update/humioctl
humioctl: 0.35.1 -> 0.36.0
2024-08-03 10:58:14 -04:00
Muhammad Falak R Wani
35aef7f6b5 hugo: 0.130.0 -> 0.131.0
Diff: https://github.com/gohugoio/hugo/compare/refs/tags/v0.130.0...v0.131.0
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.131.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-08-02 21:33:52 +05:30
R. Ryantm
56123b37a6 humioctl: 0.35.1 -> 0.36.0 2024-08-01 02:05:26 +00:00
Hentioe
0e1fb12c51 hugo: 0.129.0 -> 0.130.0 2024-07-31 20:15:06 +08:00
Stefan Frijters
9947f73200
hurl: fix build with Rust 1.79 2024-07-31 09:33:48 +02:00
Hentioe
e1a816e08c hugo: 0.128.2 -> 0.129.0 2024-07-22 17:43:16 +08:00
R. Ryantm
4f76a2c9c2 humioctl: 0.35.0 -> 0.35.1 2024-07-12 07:32:44 +00:00
Nick Cao
0f93e174d7
Merge pull request #326072 from r-ryantm/auto-update/hugo
hugo: 0.128.1 -> 0.128.2
2024-07-10 16:58:33 -04:00
R. Ryantm
d3e5cfcd63 hugo: 0.128.1 -> 0.128.2 2024-07-10 09:15:10 +00:00
R. Ryantm
59e4c33a8f humioctl: 0.34.1 -> 0.35.0 2024-07-10 02:19:30 +00:00
R. Ryantm
31925a43a6 hugo: 0.128.0 -> 0.128.1 2024-07-02 15:04:03 +00:00
R. Ryantm
29dcf702b1 hugo: 0.127.0 -> 0.128.0 2024-06-26 01:11:49 +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
Hentioe
2f84ed669f hugo: 0.126.3 -> 0.127.0 2024-06-05 23:25:05 +08:00
kilianar
200514ec0b hugo: 0.126.2 -> 0.126.3
https://github.com/gohugoio/hugo/releases/tag/v0.126.3
2024-06-03 14:36:42 +02:00
Aleksana
21959d8d44
Merge pull request #316173 from teto/teto/hurl-add-completion
hurl: add shell completions
2024-06-01 12:28:33 +08:00
Nick Cao
808d1508e3
Merge pull request #316050 from r-ryantm/auto-update/hugo
hugo: 0.126.1 -> 0.126.2
2024-05-31 14:44:29 -04:00
Matthieu C.
e8ebedab9c hurl: moved to pkgs/by-name 2024-05-31 16:28:56 +02:00
R. Ryantm
520b8e5365 hugo: 0.126.1 -> 0.126.2 2024-05-31 02:04:38 +00:00
R. Ryantm
b30bf07b03 humioctl: 0.32.3 -> 0.34.1 2024-05-28 22:55:52 +00:00
R. Ryantm
f7f773af8b hugo: 0.125.7 -> 0.126.1 2024-05-15 19:49:18 +00:00
Nick Cao
f4dc31f58b
hugo: 0.125.6 -> 0.125.7
Diff: https://github.com/gohugoio/hugo/compare/refs/tags/v0.125.6...v0.125.7

Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.125.7
2024-05-09 17:01:10 -04:00
R. Ryantm
3a2c6c746a hugo: 0.125.5 -> 0.125.6 2024-05-08 22:56:54 +00:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
R. Ryantm
338f683b98 hugo: 0.125.4 -> 0.125.5 2024-05-02 09:54:02 +00:00