Skip to content

Commit f5e5ec9

Browse files
committed
build(flake.nix/inputs): Add devshell input and unify it with ethereum-nix.inputs.devshell
1 parent eccddd2 commit f5e5ec9

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

flake.lock

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

flake.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
flake-compat.follows = "flake-compat";
8787
treefmt-nix.follows = "treefmt-nix";
8888
fenix.follows = "fenix";
89+
devshell.follows = "devshell";
8990
};
9091
};
9192

@@ -110,6 +111,13 @@
110111
};
111112
};
112113

114+
devshell = {
115+
url = "github:numtide/devshell";
116+
inputs = {
117+
nixpkgs.follows = "nixpkgs";
118+
};
119+
};
120+
113121
cachix = {
114122
url = "github:cachix/cachix";
115123
inputs = {

0 commit comments

Comments
 (0)