Simon Tournier on Nostr: npub19amud…hqjn6 npub1zglpd…crqd7 Mine looks like: guix time-machine -- describe ...
npub19amud7rggjx0u77wqqa84x537x7g5nws9pqdgu5qadgypfreyv2s5hqjn6 (npub19am…qjn6) npub1zglpd69ltamxe7nnm6rdfleu8amgg3sn24n8rvdey6avckmeax8qvcrqd7 (npub1zgl…rqd7) Mine looks like:
guix time-machine -- describe -f channels > channels.scm
guix time-machine -C channels.scm -- shell -m manifest.scm
while unhappy do test … ; add stuff to manifest.scm ;done
git add channels.scm manifest.scm; git commit -m ’update’
Well it could be nice to ease two things:
+ channels.scm management (add/remove channels)
+ manifest.scm management (add/remove packages)
instead of manually editing these files.
guix time-machine -- describe -f channels > channels.scm
guix time-machine -C channels.scm -- shell -m manifest.scm
while unhappy do test … ; add stuff to manifest.scm ;done
git add channels.scm manifest.scm; git commit -m ’update’
Well it could be nice to ease two things:
+ channels.scm management (add/remove channels)
+ manifest.scm management (add/remove packages)
instead of manually editing these files.