evening session

This commit is contained in:
muni
2026-03-16 07:26:23 +01:00
parent 2130941e7d
commit 9bb3b5854b
5 changed files with 90 additions and 97 deletions

View File

@@ -1,6 +1,9 @@
.PHONY: all
.PHONY: all format
all: .system
.system: config.scm
sudo guix system reconfigure $<
touch $@
format: config.scm
guix style -f $<