mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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
|