Files
ashram/Makefile
2026-03-16 07:26:23 +01:00

10 lines
134 B
Makefile

.PHONY: all format
all: .system
.system: config.scm
sudo guix system reconfigure $<
touch $@
format: config.scm
guix style -f $<