shrub/nix/ops/solid/default.nix
benjamin-tlon 3c3f7e761e
Misc cleanup blocking CC-Release. (#1249)
* Move extraneous stuff out of pkg/urbit/*
* s/urb/herb/g
* Removed some boilerplate for `urbit` builds.
* Build urbit tests and run them in the nix build.
2019-04-24 17:27:27 -07:00

11 lines
225 B
Nix

{ pkgs, tlon, deps, urbit, fakezod, arvo }:
pkgs.stdenv.mkDerivation rec {
name = "solid";
builder = ./builder.sh;
buildInputs = [ urbit tlon.herb pkgs.coreutils ];
FAKEZOD = fakezod;
ARVO = arvo;
}