From 92fb1f0c36a26780432cbd7501a7a9894b63a6c5 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 10 Aug 2024 01:37:08 +0530 Subject: [PATCH] chore(nix): remove non-existent flake input --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9e9ea4f..8ee80bc 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ inputs.devshell.url = "github:numtide/devshell"; inputs.devshell.inputs.nixpkgs.follows = "nixpkgs"; - inputs.devshell.inputs.flake-utils.follows = "flake-utils"; inputs.fenix.url = "github:nix-community/fenix"; inputs.fenix.inputs.nixpkgs.follows = "nixpkgs";