expose dhall-nixpkgs

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-13 10:32:24 +01:00
parent bc74bc8af5
commit dd37dc4e05
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -24,7 +24,7 @@
in {
formatter = pkgs.alejandra;
packages = rec {
inherit (import "${dhall-haskell}/nix/shared.nix" { inherit system; }) dhall dhall-nix;
inherit (import "${dhall-haskell}/nix/shared.nix" { inherit system; }) dhall dhall-nix dhall-nixpkgs;
};
overlays.default = (_: _: self.packages.${system});
devShells.default = pkgs.mkShell {