Initial commit
This commit is contained in:
commit
23639c69b1
2 changed files with 30 additions and 0 deletions
11
flake.nix
Normal file
11
flake.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ description = "My collection of flake templates";
|
||||
outputs = { self }: {
|
||||
templates = {
|
||||
trivial = {
|
||||
path = ./trivial;
|
||||
description = "What I consider to be the bare minimum flake";
|
||||
};
|
||||
};
|
||||
defaultTemplate = self.templates.trivial;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue