nixos/Makefile

12 lines
272 B
Makefile
Raw Permalink Normal View History

2024-08-23 07:07:25 +01:00
.PHONY: default build flathub
HOST := $(shell hostname)
2024-08-23 07:07:25 +01:00
default: build
build:
2024-08-22 06:55:58 +01:00
nix build -j 1 --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
2024-08-23 07:07:25 +01:00
flathub:
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo