init
This commit is contained in:
commit
1f7a1b31b3
3 changed files with 78 additions and 0 deletions
10
flake.nix
Normal file
10
flake.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
description = "A flake template";
|
||||
|
||||
outputs = _: {
|
||||
templates.default = {
|
||||
path = ./template;
|
||||
description = "A general purpose flake";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue