Changeset 733c9a0 in dotfiles for guix/rde/Makefile


Ignore:
Timestamp:
Apr 25, 2023, 10:45:44 PM (19 months ago)
Author:
Mikhail Kirillov <mikhail.kirillov@…>
Branches:
master
Children:
0d11196
Parents:
60b943c4
Message:

Add rollback home to makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/rde/Makefile

    r60b943c4 r733c9a0  
    2323
    2424install-home: guix
    25         ${GUIX} home reconfigure ./src/wkz-p1.scm
     25        ${GUIX} home reconfigure ./src/wkz-p1.scm -v 5
     26
     27rollback-home: guix
     28        ${GUIX} home roll-back
    2629
    2730clean-target:
Note: See TracChangeset for help on using the changeset viewer.