expose dhall-nixpkgs
This commit is contained in:
parent
bc74bc8af5
commit
dd37dc4e05
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue