Archived
1
0
Fork 0
This repository has been archived on 2025-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
guix-home-laptop/Justfile

12 lines
424 B
Makefile
Raw Normal View History

2024-07-15 08:24:16 -05:00
default:
2024-08-01 20:03:53 -05:00
guix time-machine --channels=./channels.scm.lock -- home reconfigure ./home-configuration.scm --substitute-urls="https://bordeaux.guix.gnu.org"
2024-07-15 08:24:16 -05:00
2024-07-15 08:46:27 -05:00
update:
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
2024-09-19 15:23:36 -05:00
version:
guix time-machine --channels=./channels.scm.lock -- --version
run command:
guix time-machine --channels=./channels.scm.lock -- {{command}}