From e6f88d927305f9d919faf803cf205657a999c68e Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 18 Apr 2023 00:30:20 +0100 Subject: [PATCH] go: devshell has no utils --- go/flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go/flake.nix b/go/flake.nix index a2e4d82..ec83545 100644 --- a/go/flake.nix +++ b/go/flake.nix @@ -2,10 +2,7 @@ description = "Another cool golang abhorration from samw"; inputs.utils.url = "github:numtide/flake-utils"; - inputs.devshell = { - url = "github:numtide/devshell"; - inputs.utils.follows = "utils"; - }; + inputs.devshell.url = "github:numtide/devshell"; outputs = { self,