From 7ade7e29ba1dc1585398db801812126818319549 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 23 Jul 2025 23:23:39 +0200 Subject: [4] systems: delete imports of (suweren system) module 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 channels. Everything else will be deleted and ultimately will be removed from network. --- The (suweren system) module was imported in aisaka, akashi and ayase systems. --- All these imports are deleted. --- After this (suweren system) module can be deleted from Distribution channel. --- deployment/systems/akashi.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'deployment/systems/akashi.scm') diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm index acf2e01..dc2f65e 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -22,7 +22,6 @@ "akashi") (define (file-systems) - (use-modules (suweren system)) (cons* root-partition gnu:system:file-systems:%base-file-systems)) @@ -31,7 +30,6 @@ "pl")) (define (services) - (use-modules (suweren system)) (let* ((home-environments `((,uid1000-name ,uid1000-home-environment))) (guix-home ((@ (gnu services) service) gnu:services:guix:guix-home-service-type -- cgit v1.2.3