5 lines
216 B
Makefile
5 lines
216 B
Makefile
default:
|
|
guix time-machine --channels=./channels.scm.lock -- home reconfigure ./home-configuration.scm
|
|
|
|
update:
|
|
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
|