@cryptotaxi247 / infra-1 / commits / 916ea8c2

flake.lock: Update staging Hydra

We can unpin it again in `flake.nix`.

John Ericson committed Mar 26, 2026 at 11:46 UTC 916ea8c2973250d5cbbdfb6ceca53547d530f892
2 files changed +28 -9
flake.lock
+27 -6
@@ -325,20 +325,20 @@
325 "nix-eval-jobs": "nix-eval-jobs_2",
326 "nixpkgs": [
327 "nixpkgs"
328 - ]
328 + ],
329 + "treefmt-nix": "treefmt-nix"
330 },
331 "locked": {
331 - "lastModified": 1774391370,
332 - "narHash": "sha256-CSILL6ExopBW+lfraxckNo0ouCW8ylSrHezrGKHTARI=",
332 + "lastModified": 1775509722,
333 + "narHash": "sha256-aQl2iSbryscmZr4FlyM8cqUKViyaMSULychJwVP/dc8=",
334 "owner": "NixOS",
335 "repo": "hydra",
335 - "rev": "2e97e1a32e1383ea46386739551a163479a0ed81",
336 + "rev": "b256df11dcaef226ba4fb3f723edf6bdd13f9fc0",
337 "type": "github"
338 },
339 "original": {
340 "owner": "NixOS",
341 "repo": "hydra",
341 - "rev": "2e97e1a32e1383ea46386739551a163479a0ed81",
342 "type": "github"
343 }
344 },
@@ -547,7 +547,7 @@
547 "simple-nixos-mailserver": "simple-nixos-mailserver",
548 "sops-nix": "sops-nix",
549 "srvos": "srvos",
550 - "treefmt-nix": "treefmt-nix"
550 + "treefmt-nix": "treefmt-nix_2"
551 }
552 },
553 "simple-nixos-mailserver": {
@@ -645,6 +645,27 @@
645 }
646 },
647 "treefmt-nix": {
648 + "inputs": {
649 + "nixpkgs": [
650 + "hydra-staging",
651 + "nixpkgs"
652 + ]
653 + },
654 + "locked": {
655 + "lastModified": 1773297127,
656 + "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
657 + "owner": "numtide",
658 + "repo": "treefmt-nix",
659 + "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
660 + "type": "github"
661 + },
662 + "original": {
663 + "owner": "numtide",
664 + "repo": "treefmt-nix",
665 + "type": "github"
666 + }
667 + },
668 + "treefmt-nix_2": {
669 "inputs": {
670 "nixpkgs": [
671 "nixpkgs-unstable"
flake.nix
+1 -3
@@ -27,9 +27,7 @@
27 };
28
29 hydra-staging = {
30 - # Pinning commit until https://github.com/NixOS/hydra/pull/1598 is
31 - # merged, then should go back to tracking latest master.
32 - url = "github:NixOS/hydra/2e97e1a32e1383ea46386739551a163479a0ed81";
30 + url = "github:NixOS/hydra";
31 inputs.nixpkgs.follows = "nixpkgs";
32 # Can be kept in sync I suppose for now.
33 inputs.nix.follows = "nix";