From 7c5f0a9d5053d6ebcc2297890af0a828d1200b0c Mon Sep 17 00:00:00 2001 From: phaer Date: Tue, 30 Jul 2024 16:53:36 +0200 Subject: [PATCH] chore: remove devshell/flake-utils input... it's gone as of https://github.com/numtide/devshell/pull/324 --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8bc06b3..a0f9c80 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,6 @@ devshell = { url = "github:numtide/devshell"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; }; gomod2nix = { url = "github:nix-community/gomod2nix";