summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.guix-channel10
-rw-r--r--users/uid1000-test-channels.scm5
2 files changed, 14 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 7af7e9a..4b90e54 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -16,4 +16,12 @@
(commit "44a44b4c3c645a878ab8920bf0d250541bf59af0")
(signer "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")))
(name sovereign)
- (url "https://git.marekpasnikowski.pl/git/sovereign.git"))))
+ (url "https://git.marekpasnikowski.pl/git/sovereign.git"))
+ (channel
+ (introduction
+ (channel-introduction
+ (version 0)
+ (commit "257cebd587b66e4d865b3537a9a88cccd7107c95")
+ (signer "28419AC650387440C7E92FFA2208D20958C1DEB0")))
+ (name rde)
+ (url "https://git.sr.ht/~abcdw/rde"))))
diff --git a/users/uid1000-test-channels.scm b/users/uid1000-test-channels.scm
index b2c3052..b1cd9b2 100644
--- a/users/uid1000-test-channels.scm
+++ b/users/uid1000-test-channels.scm
@@ -28,6 +28,10 @@
(url "file:///home/marek/Szablony/nonguix")
(branch "test")))
+(define test-rde-channel
+ (guix:channels:channel
+ (inherit sovereign:channels:rde-channel)))
+
(define test-sovereign-channel
(guix:channels:channel
(inherit sovereign:channels:sovereign-channel)
@@ -38,4 +42,5 @@
test-guix-channel
test-guix-rust-past-crates-channel
test-nonguix-channel
+ test-rde-channel
test-sovereign-channel)