Skip to content

Commit c02f14e

Browse files
committed
flake.nix: remove unused devshell input
1 parent ce5ab08 commit c02f14e

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

flake.lock

-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@
99
inputs.nixpkgs-lib.follows = "nixpkgs";
1010
};
1111

12-
devshell = {
13-
url = "github:numtide/devshell";
14-
inputs.nixpkgs.follows = "nixpkgs";
15-
};
16-
1712
gitignore = {
1813
url = "github:hercules-ci/gitignore.nix";
1914
inputs.nixpkgs.follows = "nixpkgs";
2015
};
2116
};
2217

23-
outputs = inputs @ { flake-parts, devshell , gitignore, ... }:
18+
outputs = inputs @ { flake-parts, gitignore, ... }:
2419
flake-parts.lib.mkFlake {inherit inputs;} {
2520
systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
2621

0 commit comments

Comments
 (0)