go: correct flake utils url
This commit is contained in:
parent
a8394675d2
commit
474b7913fa
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue