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";
|
||||
|
||||
inputs.utils.url = "github:numtide/flake-utils";
|
||||
inputs.devshell = {
|
||||
url = "github:numtide/devshell";
|
||||
inputs.utils.follows = "utils";
|
||||
};
|
||||
inputs.devshell.url = "github:numtide/devshell";
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue