go: devshell has no utils

This commit is contained in:
Sam W 2023-04-18 00:30:20 +01:00
parent e720a65617
commit e6f88d9273
1 changed files with 1 additions and 4 deletions

View File

@ -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,