This commit is contained in:
Lukas Wurzinger 2025-05-30 22:10:22 +02:00
commit 1f7a1b31b3
No known key found for this signature in database
3 changed files with 78 additions and 0 deletions

10
flake.nix Normal file
View file

@ -0,0 +1,10 @@
{
description = "A flake template";
outputs = _: {
templates.default = {
path = ./template;
description = "A general purpose flake";
};
};
}