Add Makefile
Handles building, copying to server, and updating
This commit is contained in:
parent
9aae28aed7
commit
b1006dd48c
18
Makefile
Normal file
18
Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
.PHONY: all copy build update
|
||||||
|
|
||||||
|
all: copy
|
||||||
|
|
||||||
|
copy: build
|
||||||
|
nix copy --to ssh://xenia@legion \
|
||||||
|
.#iosevka-custom-aile \
|
||||||
|
.#iosevka-custom-etoile \
|
||||||
|
.#iosevka-custom-nerdfont
|
||||||
|
|
||||||
|
build:
|
||||||
|
nix build --no-link --max-jobs 1 \
|
||||||
|
.#iosevka-custom-aile \
|
||||||
|
.#iosevka-custom-etoile \
|
||||||
|
.#iosevka-custom-nerdfont
|
||||||
|
|
||||||
|
update:
|
||||||
|
nix flake update --commit-lock-file
|
Loading…
Reference in a new issue