summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-07-24 14:31:45 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-07-24 14:40:29 +0200
commit267f62d01512e4b46eac865dd0f55a6c917f9d29 (patch)
treee294c2b5b2ea78412871f304e066cc046f1314c0 /.guix-channel
parent7ade7e29ba1dc1585398db801812126818319549 (diff)
delete remaining bindings to Distribution channel
This removal is part of a process to decomission Distribution channel. --- The ultimate goal is to move useful code from Distribution channel to either Sovereign or Deployment channel. Everything else will be deleted and ultimately will be removed from network. --- Module (deployment systems aisaka) has a dangling import of (suweren update). Module (deployment users id1000) uses update-commands from (suweren update). Guix-channel file includes dependency on Distribution channel. --- The dangling import of (suweren update) is deleted from (deployment systems aisaka). The update-commands binding is replaced with a definition from Sovereign channel. The dependency on Distribution channel is removed from the list. --- With this change Deployment channel is completely independent of Distribution, which can be deleted now.
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel10
1 files changed, 1 insertions, 9 deletions
diff --git a/.guix-channel b/.guix-channel
index 5d8f716..7af7e9a 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -16,12 +16,4 @@
(commit "44a44b4c3c645a878ab8920bf0d250541bf59af0")
(signer "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")))
(name sovereign)
- (url "https://git.marekpasnikowski.pl/git/sovereign.git"))
- (channel
- (introduction
- (channel-introduction
- (version 0)
- (commit "7d17bded11ef1239592e6e5abd40ceee1e99cbb8")
- (signer "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")))
- (name distribution)
- (url "https://git.marekpasnikowski.pl/git/distribution.git"))))
+ (url "https://git.marekpasnikowski.pl/git/sovereign.git"))))