Skip to content

Commit 0573271

Browse files
committed
build(flake/inputs): Make ethereum.nix follow nixos-24.05 explicitly
1 parent 4826b3b commit 0573271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
ethereum-nix = {
7373
url = "github:metacraft-labs/ethereum.nix";
7474
inputs = {
75-
nixpkgs.follows = "nixpkgs";
75+
nixpkgs.follows = "nixos-2405";
7676
nixpkgs-2311.follows = "nixos-2311";
7777
nixpkgs-unstable.follows = "nixpkgs-unstable";
7878
flake-parts.follows = "flake-parts";

0 commit comments

Comments
 (0)