2 lines
88 B
Nix
2 lines
88 B
Nix
let pkgs = import <nixpkgs> { };
|
|
in pkgs.haskellPackages.developPackage { root = ./.; }
|