haskell-urbit-api/default.nix

3 lines
134 B
Nix
Raw Normal View History

2020-09-17 03:49:49 +03:00
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc884" }:
nixpkgs.pkgs.haskell.packages.${compiler}.callPackage ./urbit-airlock.nix { }