diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-23 23:23:39 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-23 23:23:39 +0200 |
commit | 7ade7e29ba1dc1585398db801812126818319549 (patch) | |
tree | b1b6ec0e70ba7e2497ed71bdc459089f3c0e8656 /deployment/systems/aisaka.scm | |
parent | d79cd4552df19cee7eb3c3a72b5e70858bd879d2 (diff) |
[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.
Diffstat (limited to 'deployment/systems/aisaka.scm')
-rw-r--r-- | deployment/systems/aisaka.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index e77f6c8..e5b9f1a 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 system) #:prefix suweren:system:) #:use-module ((suweren update) #:prefix suweren:update:) #:use-module ((users id1000) #:prefix users:id1000:) #:use-module ((users vmail) #:prefix users:vmail:)) |