added haskell template to nix file

This commit is contained in:
Rachel Lambda Samuelsson 2023-10-13 11:01:58 +02:00
parent 704b32de03
commit 95b23c70b1

View File

@ -12,5 +12,10 @@
description = "Minimal flake for rust with overlay and devshell"; description = "Minimal flake for rust with overlay and devshell";
welcomeText = "mjau 🦀🦀🦀"; welcomeText = "mjau 🦀🦀🦀";
}; };
templates.haskell = {
path = ./haskell;
description = "Minimal flake for Haskell with nix build system and devshell";
welcomeText = "mjau λλλ";
};
}; };
} }