From 474b7913fabcfff21b58cd76fe23978335a420b4 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Thu, 4 Aug 2022 01:40:52 +0300 Subject: [PATCH] go: correct flake utils url --- go/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/flake.nix b/go/flake.nix index 7d4c3e3..1f29cd2 100644 --- a/go/flake.nix +++ b/go/flake.nix @@ -1,7 +1,7 @@ { description = "Another cool golang abhorration from samw"; - inputs.utils.url = "github:numtide/utils"; + inputs.utils.url = "github:numtide/flake-utils"; inputs.devshell = { url = "github:numtide/devshell"; inputs.utils.follows = "utils";