Skip to content

Commit

Permalink
rhea: roll back Hydra to nix-2.19
Browse files Browse the repository at this point in the history
Nix 2.20 seems to be causing issues with remote builds.

Feb 07 12:10:09 rhea hydra-queue-runner[3023058]: possibly transient failure building ‘/nix/store/7z11lfa2wfrsfs407g9ybd7wkmnbw2kw-xdg-portal-configs.drv’ on ‘[email protected]’: error: invalid character in Base64 string: ''
Feb 07 12:10:09 rhea hydra-queue-runner[3023058]: possibly transient failure building ‘/nix/store/267kgvzs24apmzwmqx0dr1v8adxm30ha-desktops.drv’ on ‘[email protected]’: error: invalid character in Base64 string: ''
Feb 07 12:10:09 rhea hydra-queue-runner[3023058]: possibly transient failure building ‘/nix/store/7kgzxmax7apy0qkryxwkbmqcb09yg83n-system-path.drv’ on ‘[email protected]’: error: invalid character in Base64 string: ''
Feb 07 12:10:10 rhea hydra-queue-runner[3023058]: possibly transient failure building ‘/nix/store/pfwyv15hc7kwkl97496wbgf72zvqf0nm-webkitgtk-2.42.5+abi=4.0.drv’ on ‘[email protected]’: error: invalid character in Base64 string: ''

• Updated input 'hydra':
    'github:NixOS/hydra/c1bd50a80db45930cdfc1975903d1f76cca1053a' (2024-01-30)
  → 'github:NixOS/hydra/838648c0cebc12e0527ede3ac5f71b64670b5f83' (2024-01-26)
• Updated input 'hydra/nix':
    'github:NixOS/nix/8f42912c80c0a03f62f6a3d28a3af05a9762565d' (2024-01-30)
  → 'github:NixOS/nix/2c4bb93ba5a97e7078896ebc36385ce172960e4e' (2024-01-25)
• Removed input 'hydra/nix/libgit2'
• Added input 'hydra/nix/lowdown-src':
    'github:kristapsdz/lowdown/d2c2b44ff6c27b936ec27358a2653caaef8f73b8' (2021-10-06)
• Updated input 'hydra/nixpkgs':
    'github:NixOS/nixpkgs/a1982c92d8980a0114372973cbdfe0a307f1bdea' (2024-01-12)
  → 'github:NixOS/nixpkgs/e9f06adb793d1cca5384907b3b8a4071d5d7cb19' (2023-12-03)
  • Loading branch information
delroth committed Feb 7, 2024
1 parent f0082a3 commit 7b05ef4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
41 changes: 21 additions & 20 deletions delft/rhea/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion delft/rhea/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
inputs.nix.follows = "hydra/nix";
inputs.hydra.url = "github:NixOS/hydra";
inputs.hydra.url = "github:NixOS/hydra/nix-2.19";
inputs.hydra-scale-equinix-metal.url = "github:DeterminateSystems/hydra-scale-equinix-metal";

outputs = flakes @ { self, nixpkgs, nix, hydra, hydra-scale-equinix-metal }: {
Expand Down

0 comments on commit 7b05ef4

Please sign in to comment.