Skip to content

Commit 0149057

Browse files
committed
build(flake/inputs): Fix ethereum-nix.inputs.nixpkgs*.follows declarations
• Updated input 'ethereum-nix/nixpkgs': follows 'nixos-2311' → follows 'nixpkgs' • Updated input 'ethereum-nix/nixpkgs-2311': 'github:nixos/nixpkgs/057f9aecfb71c4437d2b27d3323df7f93c010b7e?narHash=sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk%3D' (2023-11-29) → follows 'nixos-2311'
1 parent 4f5dc1f commit 0149057

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

flake.lock

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

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
ethereum-nix = {
7272
url = "github:metacraft-labs/ethereum.nix";
7373
inputs = {
74-
nixpkgs.follows = "nixos-2311";
74+
nixpkgs.follows = "nixpkgs";
75+
nixpkgs-2311.follows = "nixos-2311";
7576
nixpkgs-unstable.follows = "nixpkgs-unstable";
7677
flake-parts.follows = "flake-parts";
7778
flake-utils.follows = "flake-utils";

0 commit comments

Comments
 (0)