add some missing --no-link flags

This commit is contained in:
rhiannon morris 2022-05-08 19:28:49 +02:00
parent 1e7a6cf01f
commit 77c1492cad
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ quox-tests:
.PHONY: lib
lib:
nix build '.#quox-lib'
nix build --no-link '.#quox-lib'
.PHONY: test
test:
@ -22,7 +22,7 @@ test:
.PHONY: prove
prove:
nix build '.#quox-tests'
nix build --no-link '.#quox-tests'
prove $$(nix path-info '.#quox-tests')/bin/quox-tests
.PHONY: clean