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";
|
description = "Another cool golang abhorration from samw";
|
||||||
|
|
||||||
inputs.utils.url = "github:numtide/utils";
|
inputs.utils.url = "github:numtide/flake-utils";
|
||||||
inputs.devshell = {
|
inputs.devshell = {
|
||||||
url = "github:numtide/devshell";
|
url = "github:numtide/devshell";
|
||||||
inputs.utils.follows = "utils";
|
inputs.utils.follows = "utils";
|
||||||
|
|
Loading…
Reference in New Issue