haskell-urbit-api/default.nix
2020-11-13 15:41:44 -05:00

5 lines
172 B
Nix

{ nixpkgs ? import (builtins.fetchtarball (import ./nixpkgs.nix)) {}
, compiler ? "ghc884"
}:
nixpkgs.pkgs.haskell.packages.${compiler}.callPackage ./urbit-airlock.nix { }