10 lines
180 B
Nix
10 lines
180 B
Nix
with (import
|
|
(
|
|
builtins.fetchGit {
|
|
url = "https://github.com/dmjio/miso";
|
|
ref = "master";
|
|
}
|
|
)
|
|
{});
|
|
|
|
pkgs.haskell.packages.ghcjs.callCabal2nix "rcv-site" ./. {}
|