Commit Graph

19 Commits

Author SHA1 Message Date
Nick Cao
0c26e88533
hydra_unstable: 2022-12-23 -> 2023-03-27
Diff: f48f00ee6d...082495e34e
Notable Changes:
- Update Nix to 2.13
- Drop unused IndexBuildOutputsOnPath index
- Use new Google for Web signin
2023-03-27 21:57:05 +08:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Nick Cao
71e2cb9e72 hydra_unstable: unstable-2022-12-05 -> 2022-12-23 2022-12-29 03:27:46 +01:00
Sandro Jäckel
413bc28e57
hydra: 2022-11-24 -> unstable-2022-12-05 2022-12-08 23:30:58 +01:00
Nick Cao
bee931454b hydra_unstable: 2022-10-22 -> 2022-11-24 2022-11-24 22:53:10 +01:00
Nick Cao
50fa198362 hydra_unstable: 2022-09-08 -> 2022-10-22 2022-11-01 22:17:37 +01:00
Nick Cao
17b08ee3c2 hydra_unstable: 2022-08-08 -> 2022-09-08 2022-09-08 22:16:25 +02:00
Nick Cao
e066019096 hydra_unstable: 2022-06-30 -> 2022-08-08 2022-08-15 08:33:06 +02:00
Nick Cao
0ef69d1fab
hydra_unstable: change 5s timeout for init to 30s in tests 2022-07-02 16:10:37 +08:00
Nick Cao
fc102563a6
hydra_unstable: 2022-06-16 -> 2022-06-30 2022-06-30 23:39:16 +08:00
Nick Cao
2207d36961
hydra_unstable: add patch for scmdiff 2022-06-17 10:39:49 +08:00
Nick Cao
1747286076
hydra_unstable: 2022-05-03 -> 2022-06-16 2022-06-16 21:19:47 +08:00
Florian Franzen
e0115c36ec hydra_unstable: passthru pinned nix 2022-05-30 11:17:16 +02:00
Nick Cao
0b7f226746
hydra_unstable: temporarily remove flaky ldap test 2022-05-21 22:03:40 +08:00
Nick Cao
e9e0ab3a03
hydra_unstable: 2022-02-07 -> 2022-05-03 2022-05-20 18:03:07 +08:00
Rick van Schijndel
189a38576e hydra_unstable: apply nixpkgs-fmt 2022-05-10 23:32:02 +02:00
Rick van Schijndel
3a7f7c1153 hydra-unstable -> hydra_unstable 2022-05-10 23:32:02 +02:00
Rick van Schijndel
292c63a5d6 hydra: remove multi-version support
This is a legacy of when a "stable" version of hydra existed, and this
probably won't be coming back.

This also removes some obsolete bits which have no effect on the
result of evaluation.

Unlike the original approach in #157072, we're moving the common
expression to "unstable.nix" instead. This allow putting everything in
one commit, satisfies git's rename detection, and remains bisectable.

Co-Authored-By: Bernardo Meurer <bernardo@meurer.org>
Co-Authored-By: Linus Heckemann <git@sphalerite.org>
2022-05-10 23:32:02 +02:00