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