go: devshell has no utils
This commit is contained in:
parent
e720a65617
commit
e6f88d9273
|
@ -2,10 +2,7 @@
|
||||||
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/flake-utils";
|
||||||
inputs.devshell = {
|
inputs.devshell.url = "github:numtide/devshell";
|
||||||
url = "github:numtide/devshell";
|
|
||||||
inputs.utils.follows = "utils";
|
|
||||||
};
|
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in New Issue