mirror of
https://github.com/wlcx/nix-templates.git
synced 2025-11-03 11:53:45 +00: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";
|
description = "Another cool golang abhorration from samw";
|
||||||
|
|
||||||
inputs.utils.url = "github:numtide/flake-utils";
|
inputs.utils.url = "github:numtide/utils";
|
||||||
inputs.devshell = {
|
inputs.devshell = {
|
||||||
url = "github:numtide/devshell";
|
url = "github:numtide/devshell";
|
||||||
inputs.flake-utils.follows = "flake-utils";
|
inputs.utils.follows = "utils";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user