From fef6001b5db9ea4109683e09e6d948c92fee41a6 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 31 Jul 2024 09:52:48 +0200 Subject: [PATCH] flake.nix: devshell no longer uses flake-utils, unpin it --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9b5244b1..3b06a362 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,6 @@ devshell = { url = "github:numtide/devshell"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "nuschtosSearch/flake-utils"; }; treefmt-nix = { url = "github:numtide/treefmt-nix";