From d959985ed0d3509d1369c15bf0c87c35b47eb1db Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 11 Oct 2022 18:17:21 +0200 Subject: [PATCH] Remove --no-out-link from install-systemd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \