17 lines
394 B
Makefile
17 lines
394 B
Makefile
.PHONY: test build mu
|
|
|
|
test:
|
|
sudo nixos-rebuild test --flake .
|
|
|
|
build:
|
|
sudo nixos-rebuild build --flake .
|
|
|
|
mu:
|
|
mu init --maildir ~/.mail \
|
|
--my-address=e.litherlandsmith@proton.me \
|
|
--my-address=evie@xenia.me.uk \
|
|
--my-address=evie@litherlandsmith.slmail.me \
|
|
--my-address=e.litherlandsmith@icloud.com \
|
|
--my-address=evie.litherland-smith@ukaea.uk \
|
|
--my-address=elitherl@jet.uk
|