Skip to content

Commit 8dce5f3

Browse files
committed
flake.nix: Track hydra master branch
The master branch has caught up with the patches we've been carrying for the last 12 months or so. We also start following the nix-eval-jobs version pinned in hydra, so that we stay compatible. Flake lock file updates: • Updated input 'hydra': 'github:NixOS/hydra/c3b6e7b425325b2ea65a0ed638c5913ac32d1a28' (2025-02-16) → 'github:NixOS/hydra/1c52c4c0ed596ea71de370562ed5af1604bd2183' (2025-04-07) • Removed input 'hydra/libgit2' • Updated input 'hydra/nix': 'github:NixOS/nix/a7fdef6858dd45b9d7bda7c92324c63faee7f509' (2024-09-19) → 'github:NixOS/nix/a4962f73b5fc874d4b16baef47921daf349addfc' (2025-04-07) • Removed input 'hydra/nix/libgit2' • Updated input 'hydra/nix-eval-jobs': follows 'nix-eval-jobs' → 'github:nix-community/nix-eval-jobs/cba718bafe5dc1607c2b6761ecf53c641a6f3b21' (2025-04-07) • Removed input 'nix-eval-jobs' • Removed input 'nix-eval-jobs/flake-parts' • Removed input 'nix-eval-jobs/flake-parts/nixpkgs-lib' • Removed input 'nix-eval-jobs/nix-github-actions' • Removed input 'nix-eval-jobs/nix-github-actions/nixpkgs' • Removed input 'nix-eval-jobs/nixpkgs' • Removed input 'nix-eval-jobs/treefmt-nix' • Removed input 'nix-eval-jobs/treefmt-nix/nixpkgs'
1 parent d25ca75 commit 8dce5f3

File tree

2 files changed

+14
-115
lines changed

2 files changed

+14
-115
lines changed

flake.lock

Lines changed: 13 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
agenix.url = "github:ryantm/agenix";
1111
agenix.inputs.nixpkgs.follows = "nixpkgs";
1212

13-
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs?rev=ca94443b9621c610af09ff1806434bd84cd817e6";
14-
nix-eval-jobs.inputs.nixpkgs.follows = "nixpkgs";
15-
16-
hydra.url = "github:NixOS/hydra/hydra.nixos.org";
13+
hydra.url = "github:NixOS/hydra";
1714
hydra.inputs.nixpkgs.follows = "nixpkgs";
18-
hydra.inputs.nix-eval-jobs.follows = "nix-eval-jobs";
1915
nix.follows = "hydra/nix";
2016

2117
nixos-channel-scripts.url = "github:NixOS/nixos-channel-scripts";

0 commit comments

Comments
 (0)