mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-05 07:53:23 +00:00
6 lines
135 B
Makefile
6 lines
135 B
Makefile
go:
|
|
go build
|
|
|
|
nix:
|
|
nix-build -E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link
|