316e809ff8
build system is now nodejs based new nixos module to start cjdns
10 lines
99 B
Bash
10 lines
99 B
Bash
source $stdenv/setup
|
|
|
|
unpackPhase
|
|
cd git-export
|
|
|
|
bash do
|
|
|
|
mkdir -p $out/sbin
|
|
cp cjdroute $out/sbin
|