Initial commit
This commit is contained in:
commit
55a1efa08f
60 changed files with 5485 additions and 0 deletions
10
lib/build-chicken-parallel/process.nix
Normal file
10
lib/build-chicken-parallel/process.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ eggDerivation, chickenPackages }:
|
||||
eggDerivation {
|
||||
name = "process";
|
||||
src = ./.;
|
||||
|
||||
buildInputs = with chickenPackages.chickenEggs; [
|
||||
r7rs
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue