From b85588311c23f7fc5985107404fbefde3abd47e6 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 23 Jul 2025 05:43:15 +0200 Subject: id1000: delete reference to %suweren-home-services from Deployment channel This removal is part of a process to decommission Deployment channel. --- The ultimate goal is to move useful code from Deployment channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately the entire channel will be removed from the net. --- The deleted reference contains in its definition variables from both upstream Guix and another Distribution module. Record uid1000-home-environment is the only user of the deleted reference. This definition is in outdated style. The (suweren home) module, defining the deleted reference, is also still imported by (deployment systems aisaka). --- The variables listed in the deleted reference are used directly in the modified record. This record is also restructured to match the current style. The imports of of (suweren home) module are deleted from all affected modules. Appropriate imports are added in (deployment users id1000). --- Nothing else depends on the deleted reference, so its definition can be safely deleted from Distribution channel. As it is the last definition in the module, the entire file can be deleted from the channel. --- 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 c5c687c..e77f6c8 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 home) #:prefix suweren:home:) #:use-module ((suweren system) #:prefix suweren:system:) #:use-module ((suweren update) #:prefix suweren:update:) #:use-module ((users id1000) #:prefix users:id1000:) -- cgit v1.2.3