go: correct flake utils url

This commit is contained in:
Sam W 2022-08-04 01:40:52 +03:00
parent a8394675d2
commit 474b7913fa
1 changed files with 1 additions and 1 deletions

View File

@ -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";