Commit Graph

23 Commits

Author SHA1 Message Date
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
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
5f7b2308dd uptime-kuma: 1.23.12 -> 1.23.13 2024-04-30 09:59:46 +00:00
R. Ryantm
4880437dde uptime-kuma: 1.23.11 -> 1.23.12 2024-04-19 02:49:47 +00:00
Sandro Jäckel
5a71df4edd
uptime-kuma: drop source reference 2024-04-15 00:45:27 +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
1d2f1699b7 uptime-kuma: 1.23.10 -> 1.23.11 2024-01-05 04:28:40 +00:00
R. Ryantm
4190e4322b uptime-kuma: 1.23.7 -> 1.23.10 2023-12-24 21:25:23 +00:00
Miguel de la Cruz
7887d99244 uptime-kuma: 1.23.6 -> 1.23.7 2023-11-24 21:49:45 +01:00
Julien Malka
02ead46304 uptime-kuma: 1.23.3 -> 1.23.6 2023-11-18 10:45:41 +00:00
Julien Malka
4539770a46
uptime-kuma: 1.23.2 -> 1.23.3 2023-10-10 11:58:11 +02:00
Julien Malka
1301f82525
uptime-kuma: 1.23.0 -> 1.23.2 2023-09-19 14:26:12 +02:00
Sergei Lukianov
d991b1a910 uptime-kuma: 1.22.1 -> 1.23.0 2023-08-17 15:47:30 -07:00
Julien Malka
748309b4ae
uptime-kuma: 1.22.0 -> 1.22.1 2023-07-04 15:18:16 +02:00
Julien Malka
14c259efbe
uptime-kuma: 1.21.3 -> 1.22.0 2023-07-02 00:54:38 +02:00
Julien Malka
0509b75c80
uptime-kuma: 1.21.2 -> 1.21.3 2023-05-14 23:21:42 +02:00
Julien Malka
2b8d42a720
uptime-kuma: 1.20.0 -> 1.21.2 2023-04-05 14:00:26 +02:00
Julien Malka
5414b4fcd2
uptime-kuma: 1.19.6 -> 1.20.0 2023-02-13 13:42:33 +01:00
Julien Malka
69107327af
uptime-kuma: node2nix -> buildNpmPackage 2023-02-10 19:34:48 +01:00
Julien Malka
f3d85e3505
uptime-kuma: 1.19.2 -> 1.19.6 2023-01-21 22:24:12 +01:00
Sandro Jäckel
be34feecc4
uptime-kuma: 1.18.5 -> 1.19.2 2022-12-27 06:13:22 +01:00
Artturin
c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Julien Malka
2e4f37bbbd uptime-kuma: init at 1.18.5 2022-10-23 12:44:16 +02:00