summaryrefslogtreecommitdiff
path: root/deployment/systems/asakura.scm
AgeCommit message (Collapse)Author
32 hourssystems: export default label generation to (sovereign systems)Marek Paśnikowski
It is not possible to otherwise construct a nice-looking definition of a system label. That is because of a restriction by a lexical scope requirement. The gnu:system:operating-system-default-label funciton is instead called in (sovereign systems) module. * deployment/systems/aisaka.scm (operating-system): do this. * deployment/systems/akashi.scm (operating-system): do this. * deployment/systems/asakura.scm (operating-system): do this. * deployment/systems/cokolwiek.scm (operating-system): do this. * deployment/systems/mcdowell.scm (operating-system): do this. * deployment/systems/rakan.scm (operating-system): do this.
2025-10-17systems: rename ayase to asakuraMarek Paśnikowski