@cryptotaxi247 / infra / commits / ee5a8980

hydra: use nix 2.6

Graham Christensen committed Feb 16, 2022 at 15:54 UTC ee5a898008043e7db100fcb4a844d4af9aa93273
1 file changed +1
delft/flake.nix
+1
@@ -2,6 +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 + inputs.hydra.url = "github:NixOS/hydra/nix-2.6-rebase"; # Testing Hydra PR #1140, updating Nix to 2.6
6 outputs = flakes @ { self, nixpkgs, nix, hydra, dwarffs }: {
7
8 nixopsConfigurations.default =