1
0
Fork 0
guix-home-laptop/Justfile

6 lines
216 B
Plaintext
Raw Normal View History

2024-07-15 13:24:16 +00:00
default:
2024-07-15 13:46:27 +00:00
guix time-machine --channels=./channels.scm.lock -- home reconfigure ./home-configuration.scm
2024-07-15 13:24:16 +00:00
2024-07-15 13:46:27 +00:00
update:
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock