From 267f62d01512e4b46eac865dd0f55a6c917f9d29 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 24 Jul 2025 14:31:45 +0200 Subject: 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. --- deployment/systems/aisaka.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'deployment/systems') diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index e5b9f1a..8146a3f 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -18,7 +18,6 @@ #:use-module ((sovereign devices amd64) #:prefix sovereign:devices:amd64:) #:use-module ((sovereign packages jekyll) #:prefix sovereign:packages:jekyll:) #:use-module ((sovereign systems) #:prefix sovereign:systems:) - #:use-module ((suweren update) #:prefix suweren:update:) #:use-module ((users id1000) #:prefix users:id1000:) #:use-module ((users vmail) #:prefix users:vmail:)) -- cgit v1.2.3