fix: actually add haskell
This commit is contained in:
parent
71c63a89e2
commit
b5f8727837
11 changed files with 5 additions and 25 deletions
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
description = "Flake Template Hell";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/release-24.05";
|
||||
};
|
||||
|
||||
outputs = _: {
|
||||
templates = {
|
||||
"python" = {
|
||||
|
@ -19,6 +15,10 @@
|
|||
path = ./templates/rust;
|
||||
description = "rust flake template";
|
||||
};
|
||||
"haskell" = {
|
||||
path = ./templates/haskell;
|
||||
description = "haskell flake template";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue