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