go: fix flake-utils
This commit is contained in:
parent
e4254c53ef
commit
a8394675d2
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
description = "Another cool golang abhorration from samw";
|
||||
|
||||
inputs.utils.url = "github:numtide/flake-utils";
|
||||
inputs.utils.url = "github:numtide/utils";
|
||||
inputs.devshell = {
|
||||
url = "github:numtide/devshell";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
inputs.utils.follows = "utils";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
Loading…
Reference in New Issue