.
This commit is contained in:
parent
32a450a550
commit
a7a6601135
2 changed files with 10 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
|||
reconfigure:
|
||||
guix archive --authorize < signing-key.pub
|
||||
guix pull
|
||||
sudo guix archive --authorize < keys/non-guix.pub; \
|
||||
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||
guix home reconfigure ./home/home-configuration.scm
|
||||
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
||||
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
|
|
@ -10,9 +10,11 @@
|
|||
* Makefile
|
||||
|
||||
#+begin_src makefile :tangle Makefile
|
||||
reconfigure:
|
||||
guix archive --authorize < signing-key.pub
|
||||
reconfigure:
|
||||
guix pull
|
||||
sudo guix archive --authorize < keys/non-guix.pub; \
|
||||
guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org'
|
||||
guix home reconfigure ./home/home-configuration.scm
|
||||
make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user
|
||||
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
#+end_src
|
||||
|
|
Loading…
Reference in a new issue