rix101/templates/default.nix

7 lines
126 B
Nix

{ inputs, outputs, ... }:
{
haskell = {
description = "Haskell environment (stack + hls)";
path = ./haskell;
};
}