summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-10-23 14:03:40 +0200
committersils <sils@sils.li>2023-10-23 14:03:40 +0200
commit72d8effb7a447a5d9661496b8bb2ca40f2b1c02e (patch)
treeef338392d2e2374b3c86a1048ca481d9c52fed4c /flake.nix
parentbuild(flake): update (diff)
downloadnix-config-72d8effb7a447a5d9661496b8bb2ca40f2b1c02e.tar.gz
nix-config-72d8effb7a447a5d9661496b8bb2ca40f2b1c02e.zip
fix(flake): remove nonexistent overrides for crane
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index d717f6b..0c27b6a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,9 +41,6 @@
       url = "github:ipetkov/crane";
       inputs = {
         nixpkgs.follows = "nixpkgs";
-        flake-compat.follows = "flake-compat";
-        flake-utils.follows = "flake-utils";
-        rust-overlay.follows = "rust-overlay";
       };
     };
     flake-utils = {