Makefile: don't make out link by default

This commit is contained in:
Evie Litherland-Smith 2024-12-03 10:37:45 +00:00
parent ecba04cbad
commit 62e8740cd5

View file

@ -5,7 +5,7 @@ HOST := $(shell hostname)
default: build default: build
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: flathub:
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo