Skip to content

Commit 5259189

Browse files
committed
Update Guix and use age & sops via Guix
1 parent 41ef341 commit 5259189

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

guix/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ as a playground for ideas.
1616
--generate-key` as root.
1717
- This is needed for the remote Guix instance to accept packages we build
1818
locally.
19-
- [`sops`](https://github.com/getsops/sops) installed locally, along with
20-
[`age`](https://github.com/FiloSottile/age).
2119

2220

2321
**Host prerequisites**
@@ -52,5 +50,5 @@ guix deploy deployment.scm
5250
# and wish to use the pinned versions (as you should):
5351
guix time-machine -C channels-lock.scm -- deploy deployment.scm
5452
# If you wish to sandbox the whole thing in a container:
55-
guix shell --preserve=^SSH_AUTH_SOCK --expose=/etc/guix --expose=$HOME/.ssh --share=$SSH_AUTH_SOCK --container --network --nesting guix nss-certs -- guix time-machine -C channels-lock.scm -- deploy deployment.scm
53+
guix shell --preserve=^SSH_AUTH_SOCK --expose=/etc/guix --expose=$HOME/.ssh --share=$SSH_AUTH_SOCK --container --network --nesting guix nss-certs age sops -- guix time-machine -C channels-lock.scm -- deploy deployment.scm
5654
```

guix/channels-lock.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(name 'guix)
1313
(url "https://git.guix.gnu.org/guix.git")
1414
(branch "master")
15-
(commit "7c3231930be10e6b526d718628d85b975c88c6d1")
15+
(commit "20b9a9ed9896e36f1750a2b0002ab247340983fe")
1616
(introduction
1717
(make-channel-introduction
1818
"9edb3f66fd807b096b48283debdcddccfea34bad"

0 commit comments

Comments
 (0)