From 62e8740cd5e3af0c6808109d895b0467dd0d4632 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 3 Dec 2024 10:37:45 +0000 Subject: [PATCH] Makefile: don't make out link by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d0c9105..3711be3f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ HOST := $(shell hostname) default: build build: - nix build --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel + nix build --no-link --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel flathub: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo