Initial commit
This commit is contained in:
commit
55a1efa08f
60 changed files with 5485 additions and 0 deletions
11
cli/default.nix
Normal file
11
cli/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, eggDerivation, chickenPackages }:
|
||||
eggDerivation {
|
||||
name = "zilch-cli";
|
||||
src = ./.;
|
||||
|
||||
buildInputs = with chickenPackages.chickenEggs; [
|
||||
r7rs
|
||||
(pkgs.callPackage ../core {})
|
||||
(pkgs.callPackage ../lang/go {})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue