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,