haskell.nix/release.nix
2019-04-02 13:08:25 +10:00

7 lines
125 B
Nix

let
haskell = import ./default.nix {};
in {
inherit (haskell) nix-tools;
tests = import ./test { inherit haskell; };
}