go: fix flake-utils

This commit is contained in:
Sam W 2022-07-20 13:37:02 +01:00
parent e4254c53ef
commit a8394675d2
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ {
description = "Another cool golang abhorration from samw"; description = "Another cool golang abhorration from samw";
inputs.utils.url = "github:numtide/flake-utils"; inputs.utils.url = "github:numtide/utils";
inputs.devshell = { inputs.devshell = {
url = "github:numtide/devshell"; url = "github:numtide/devshell";
inputs.flake-utils.follows = "flake-utils"; inputs.utils.follows = "utils";
}; };
outputs = { outputs = {