1
0
Fork 0
appvm/Makefile

6 lines
136 B
Makefile
Raw Normal View History

2020-01-05 06:12:05 +00:00
go:
go build
nix:
2020-01-08 20:52:29 +00:00
nix-build #-E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link