about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index db88011..df124f6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,14 +23,12 @@
     crane = {
       url = "github:ipetkov/crane";
       inputs = {
-        nixpkgs.follows = "nixpkgs";
       };
     };
     rust-overlay = {
       url = "github:oxalica/rust-overlay";
       inputs = {
         nixpkgs.follows = "nixpkgs";
-        flake-utils.follows = "flake-utils";
       };
     };