From 1d17bf4d33048edd7b727bd2451521624b7c99ae Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 30 Jan 2024 21:10:05 +0100 Subject: Rename "channel" to "deployment" This is the best name I could come up with to describe the actual purpose of the channel. Note that git optimized my reorder of the channel definitions due to the rename. It is all fine, there are no actual changes inside the code. --- systems/izumi/home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/izumi/home-configuration.scm') diff --git a/systems/izumi/home-configuration.scm b/systems/izumi/home-configuration.scm index 0bc74ca..d0441d2 100644 --- a/systems/izumi/home-configuration.scm +++ b/systems/izumi/home-configuration.scm @@ -160,7 +160,7 @@ (let* ((and "&& ") (collect-garbage "sudo guix gc -d 7d ") - (configuration-prefix "/home/marek/src/channel/systems/izumi/") + (configuration-prefix "/home/marek/src/deployment/systems/izumi/") (pull-guix "guix pull ") (reconfigure-home (string-append -- cgit v1.2.3