diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |