From b8c19bdf907fcc62c89272483bb7ce0afb749cd0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 22 Oct 2023 15:19:11 +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 bcf043c..46b39b4 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.custom-nixpkgs.url = "github:msfjarvis/custom-nixpkgs";