Makefile: don't make out link by default
This commit is contained in:
parent
ecba04cbad
commit
62e8740cd5
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue