From c3c1bf0cc272aecfcdac3b83708f0a00e8740d69 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 22 Oct 2023 15:18:41 +0530 Subject: [PATCH] fix(flakes): drop now-removed crane inputs --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6c989b0..5c83d17 100644 --- a/flake.nix +++ b/flake.nix @@ -9,8 +9,6 @@ inputs.advisory-db.flake = false; inputs.crane.url = "github:ipetkov/crane"; - inputs.crane.inputs.flake-compat.follows = "flake-compat"; - inputs.crane.inputs.flake-utils.follows = "flake-utils"; inputs.crane.inputs.nixpkgs.follows = "nixpkgs"; inputs.devshell.url = "github:numtide/devshell";