Remove unused input override.

This commit is contained in:
r-vdp 2023-05-12 15:55:15 +02:00
parent f93a11b11f
commit 39bcc3643c
No known key found for this signature in database

View file

@ -6,7 +6,6 @@
url = "github:numtide/devshell"; url = "github:numtide/devshell";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
}; };
}; };
pre-commit-hooks = { pre-commit-hooks = {