Remove inputs that were removed upstream

This commit is contained in:
r-vdp 2024-09-30 12:02:48 +02:00
parent 2690eea57a
commit 48191feb17
No known key found for this signature in database

View file

@ -16,17 +16,13 @@
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
crane = {
url = "github:ipetkov/crane";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
crane.url = "github:ipetkov/crane";
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";