Maybe add it to the templates as well

This commit is contained in:
Nox Sluijtman 2024-03-19 00:59:45 +01:00
parent e519db6d57
commit fcbef0e85a

View file

@ -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;
};