1
0
Fork 0
guix-home-laptop/Justfile

12 lines
424 B
Plaintext
Raw Normal View History

2024-07-15 13:24:16 +00:00
default:
2024-08-02 01:03:53 +00:00
guix time-machine --channels=./channels.scm.lock -- home reconfigure ./home-configuration.scm --substitute-urls="https://bordeaux.guix.gnu.org"
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
2024-09-19 20:23:36 +00:00
version:
guix time-machine --channels=./channels.scm.lock -- --version
run command:
guix time-machine --channels=./channels.scm.lock -- {{command}}