2024-12-28 08:06:53 +00:00
|
|
|
.PHONY: default build server flathub
|
2024-05-11 16:15:46 +01:00
|
|
|
|
2024-06-22 09:41:24 +01:00
|
|
|
HOST := $(shell hostname)
|
|
|
|
|
2024-08-23 07:07:25 +01:00
|
|
|
default: build
|
|
|
|
|
2024-05-11 16:15:46 +01:00
|
|
|
build:
|
2024-12-03 10:37:45 +00:00
|
|
|
nix build --no-link --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
2024-08-23 07:07:25 +01:00
|
|
|
|
2025-01-07 08:18:05 +00:00
|
|
|
fonts:
|
|
|
|
nix build --no-link --max-jobs 1 .#iosevka-custom-aile .#iosevka-custom-etoile .#iosevka-custom-nerdfont
|
|
|
|
|
|
|
|
server: fonts
|
2024-12-28 08:06:53 +00:00
|
|
|
nixos-rebuild build --flake .#Legion
|
2025-01-07 08:18:05 +00:00
|
|
|
nix copy ./result --to ssh://legion && rm ./result
|
2024-12-28 08:06:53 +00:00
|
|
|
|
2024-08-23 07:07:25 +01:00
|
|
|
flathub:
|
|
|
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|