From 8417f93e0984dba3ddcc164860adad73f8953cad Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 10 Aug 2024 01:37:11 +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 9b76a93..a629cc3 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";