Initial commit
This commit is contained in:
commit
55a1efa08f
60 changed files with 5485 additions and 0 deletions
9
default.nix
Normal file
9
default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
with import <nixpkgs> { overlays = [ (import ./aux/overlay.nix) ]; };
|
||||
|
||||
pkgs.symlinkJoin {
|
||||
name = "zilch-bin";
|
||||
paths = [
|
||||
(pkgs.callPackage ./cli {})
|
||||
];
|
||||
postBuild = "echo ${go_1_23} >> $out/.go";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue