flake.nix: use hydra from https://github.com/NixOS/hydra/pull/1105 to test production impact
Graham Christensen committed
Jan 11, 2022 at 19:52 UTC
ba84f18c0a155fba265f38d8885276720bbfe78e
1 file changed
+1
-1
delft/flake.nix
+1
-1
@@ -2,7 +2,7 @@
2
#inputs.nixpkgs.url = "/home/deploy/src/edolstra-nixpkgs"; # toString ../../edolstra-nixpkgs; # = "nixpkgs/release-19.09";
3
inputs.nixpkgs.url = "nixpkgs/nixos-21.11-small";
4
inputs.nix.follows = "hydra/nix";
5
-
5
+ inputs.hydra.url = "github:DeterminateSystems/hydra?ref=hydra-eval-jobset-notifications-sub-send_cached_finished_queued";
6
outputs = flakes @ { self, nixpkgs, nix, hydra, dwarffs }: {
7
8
nixopsConfigurations.default =