Commit Graph

10 Commits

Author SHA1 Message Date
zowoq
41a7fd4662 hydra: 0-unstable-2024-10-24 -> 0-unstable-2024-11-25 2024-11-26 12:51:35 +10:00
Rick van Schijndel
fa2ac3c454 hydra: 2024-10-08 -> 2024-10-24
Diff: c69e30122b...f974891c76
2024-10-28 20:18:38 +01:00
zowoq
ffacc34e7c hydra: 0-unstable-2024-09-24 -> 0-unstable-2024-10-08
Diff: 95003f2eb5...c69e30122b
2024-10-11 17:55:39 +10:00
zowoq
a44cd70b30 hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24 2024-09-25 07:17:53 +10: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
zowoq
47f6fa0939 hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20 2024-09-20 17:36:22 +10:00
zowoq
f550781924 hydra: 0-unstable-2024-08-27 -> 0-unstable-2024-09-15 2024-09-16 02:37:36 +00:00
zowoq
4d0986e5ff hydra: add unstableGitUpdater 2024-09-16 12:36:39 +10:00
Rick van Schijndel
97db9d0692 hydra: improve structuredAttrs support
Previously the ldap tests were failing.
Putting them in the env attribute set ensures the tests now pass.
2024-09-06 08:00:50 +02:00
zowoq
747060f364 hydra: move to pkgs/by-name 2024-08-29 15:34:35 +10:00