diff --git a/Makefile b/Makefile index 0786e943..ce24a4ca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ -.PHONY: build +.PHONY: default build flathub HOST := $(shell hostname) +default: build + build: nix build -j 1 --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel + +flathub: + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo