Maybe add it to the templates as well
This commit is contained in:
parent
e519db6d57
commit
fcbef0e85a
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
description = "What I consider to be the bare minimum flake";
|
||||
};
|
||||
|
||||
haskell = {
|
||||
path = ./haskell;
|
||||
description = "A basic Haskell flake";
|
||||
};
|
||||
|
||||
};
|
||||
defaultTemplate = self.templates.trivial;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue