mirror of
https://github.com/wlcx/nix-templates.git
synced 2025-10-11 20:43:45 +01:00
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…
x
Reference in New Issue
Block a user