diff --git a/flake.lock b/flake.lock index ec9a00e6..8217d168 100644 --- a/flake.lock +++ b/flake.lock @@ -5,6 +5,7 @@ "flake-compat": [], "flake-parts": [], "git-hooks-nix": [], + "nixfmt": [], "nixpkgs": [ "nixpkgs" ], @@ -12,16 +13,16 @@ "nixpkgs-regression": [] }, "locked": { - "lastModified": 1739393420, - "narHash": "sha256-jGFuyYKJjJZsBRoi7ZcaVKt1OYxusz/ld1HA7VD2w/0=", + "lastModified": 1739570697, + "narHash": "sha256-n5kdS1C24tlJxDV6Wm1iBlyvGk+p0gMXRcWVCAipYLs=", "owner": "NixOS", "repo": "nix", - "rev": "970942f45836172fda410a638853382952189eb9", + "rev": "5eade4825221d3284fc6555cb20de2c7aa171d72", "type": "github" }, "original": { "owner": "NixOS", - "ref": "2.26-maintenance", + "ref": "legacy-ssh-extensions-for-hydra", "repo": "nix", "type": "github" } @@ -29,15 +30,16 @@ "nix-eval-jobs": { "flake": false, "locked": { - "lastModified": 1739500569, - "narHash": "sha256-3wIReAqdTALv39gkWXLMZQvHyBOc3yPkWT2ZsItxedY=", - "owner": "nix-community", + "lastModified": 1739499741, + "narHash": "sha256-dNMJY6+G3PwE8lIAhwetPJdA2DxCEKRXPY/EtHmdDh4=", + "owner": "Ericson2314", "repo": "nix-eval-jobs", - "rev": "4b392b284877d203ae262e16af269f702df036bc", + "rev": "de345eb4518d952c2d86261b270f2c31edecd3de", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "Ericson2314", + "ref": "nix-2.27", "repo": "nix-eval-jobs", "type": "github" } diff --git a/flake.nix b/flake.nix index dc3aaf5c..932bf1b9 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small"; inputs.nix = { - url = "github:NixOS/nix/2.26-maintenance"; + url = "github:NixOS/nix/legacy-ssh-extensions-for-hydra"; inputs.nixpkgs.follows = "nixpkgs"; # hide nix dev tooling from our lock file @@ -13,10 +13,11 @@ inputs.nixpkgs-regression.follows = ""; inputs.nixpkgs-23-11.follows = ""; inputs.flake-compat.follows = ""; + inputs.nixfmt.follows = ""; }; inputs.nix-eval-jobs = { - url = "github:nix-community/nix-eval-jobs"; + url = "github:Ericson2314/nix-eval-jobs/nix-2.27"; # We want to control the deps precisely flake = false; };