wrapper-manager-fds: init flake

This commit is contained in:
Gabriel Arazas 2024-07-02 19:39:25 +08:00
parent eaad135a07
commit 6d2bed291f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -0,0 +1,4 @@
{
description = "wrapper-manager-fds flake";
outputs = { ... }: import ./. { };
}