meta: remove unnecessary follows

This commit is contained in:
Max Headroom 2024-08-01 17:07:35 +02:00
parent fc628796a9
commit ace350216e

View file

@ -62,7 +62,6 @@
url = "github:numtide/nar-serve";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "repin-flake-utils";
};
};
@ -70,7 +69,6 @@
url = "github:numtide/devshell";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "repin-flake-utils";
};
};