mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
11 lines
187 B
Nix
11 lines
187 B
Nix
{ env_name, env, deps }:
|
|
|
|
env.make_derivation rec {
|
|
name = "ent-7506f";
|
|
builder = ./builder.sh;
|
|
src = ../../../pkg/ent;
|
|
|
|
CC = "${env.host}-gcc";
|
|
AR = "${env.host}-ar";
|
|
}
|