mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Support remove run with nix run
This commit is contained in:
parent
bd63fcd48f
commit
fca2f89046
2 changed files with 12 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -2,4 +2,4 @@ go:
|
|||
go build
|
||||
|
||||
nix:
|
||||
nix-build -E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link
|
||||
nix-build #-E '((import <nixpkgs> {}).callPackage (import ./default.nix) { })' --option sandbox true --no-out-link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue