flake.nix: Remove non-existent overrides

This commit is contained in:
Zhaofeng Li 2024-01-01 18:34:19 -07:00
parent 52f956a864
commit e6bedf1869

View file

@ -9,8 +9,6 @@
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
inputs.flake-utils.follows = "flake-utils";
};
flake-compat = {