flake-template-hell/templates/haskell/flake/package.nix

5 lines
71 B
Nix
Raw Normal View History

2024-09-07 16:33:54 +01:00
{ haskellPackages }:
haskellPackages.developPackage {
root = ../.;
}