Use github flake input type

This commit is contained in:
Nathan van Doorn 2023-10-17 09:15:19 +02:00
parent 9e1beef1c8
commit 7f33c8843f
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{
description = "AJA video card software";
inputs.aja-ntv2 = {
url = "github:aja-video/ntv2";
type = "github";
owner = "aja-video";
repo = "ntv2";
flake = false;
};