channels.scm: Update guix, nonguix and rekahsoft-guix channels
.guix/rekahsoft/guix-config/home.scm: Adjust home configuration to include an inferior version of awscliv2, as its been broken in the rekahsoft-guix channel for some time
This commit is contained in:
parent
ad16e2d39c
commit
1d9765ca40
@ -5,6 +5,8 @@
|
||||
#:use-module (guix profiles)
|
||||
#:use-module (guix channels)
|
||||
#:use-module (guix transformations)
|
||||
#:use-module (guix inferior)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages perl)
|
||||
@ -65,6 +67,33 @@
|
||||
single certifcate used for local development with caddy.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define inferior-channels
|
||||
(list (channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"a4e9842a70775a54bbe1369881b739e7ea9a6432")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
(openpgp-fingerprint
|
||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||
(channel
|
||||
(name 'rekahsoft-guix)
|
||||
(url "https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"58deed23414b5c7e82fc415ad06d15f39a2dfa56")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"d910ac4ca1e1a115934b10921bc23f50bd481043"
|
||||
(openpgp-fingerprint
|
||||
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"))))))
|
||||
|
||||
(define inferior
|
||||
(inferior-for-channels inferior-channels))
|
||||
|
||||
(define transform--emacs-helm-mu
|
||||
(options->transformation
|
||||
'((with-commit . "emacs-helm-mu=2422f57ed40d998ac6f085f93b24223c91cefaf7"))))
|
||||
@ -336,8 +365,10 @@ single certifcate used for local development with caddy.")
|
||||
;; ca-certificate for local caddy development server
|
||||
caddy-local-ca-cert
|
||||
|
||||
;; Use past version of awscliv2 until its build is fixed
|
||||
(first (lookup-inferior-packages inferior "awscliv2"))
|
||||
|
||||
;; Packages from rekahsoft-guix
|
||||
awscliv2
|
||||
ledger-autosync
|
||||
hledger-ui
|
||||
terraform-provider-aws
|
||||
|
@ -3,7 +3,7 @@
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"a4e9842a70775a54bbe1369881b739e7ea9a6432")
|
||||
"952a0ce2800e4fe9165184151412858ed8d34760")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
@ -14,7 +14,7 @@
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(branch "master")
|
||||
(commit
|
||||
"40c48d08cc8c7c82f3212f6695c641cb17ac5d60")
|
||||
"bb184bd0a8f91beec3a00718759e96c7828853de")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
@ -25,7 +25,7 @@
|
||||
(url "https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"58deed23414b5c7e82fc415ad06d15f39a2dfa56")
|
||||
"5cf3836d5d6e2f138c7922b4f39db6475794ff0d")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"d910ac4ca1e1a115934b10921bc23f50bd481043"
|
||||
|
Loading…
Reference in New Issue
Block a user