summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f864d8..552dd7b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ entrypoint:
nix-build -A entrypoint --arg config '(import ${CONFIG})'
install-systemd:
- $$(nix-build --no-out-link -A install --arg config '(import ${CONFIG})')
+ $$(nix-build -A install --arg config '(import ${CONFIG})')
test:
${BASH} tmp-dev-env.sh \