From 286b5b0a8ef496782d9f05c763b7661cfb02a974 Mon Sep 17 00:00:00 2001 From: Nikita Mitasov Date: Sun, 30 Nov 2025 03:29:24 +0300 Subject: [PATCH] remove updated info about guix channel --- src/guide/v0_1_0/install-setup.md | 4 ---- src/guide/v0_2_0/install-setup.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/guide/v0_1_0/install-setup.md b/src/guide/v0_1_0/install-setup.md index dcdc612..ae38b08 100644 --- a/src/guide/v0_1_0/install-setup.md +++ b/src/guide/v0_1_0/install-setup.md @@ -103,10 +103,6 @@ Add the following to your channel list: (branch "master")) ``` -However, since the package definition is located in the source repository, it cannot be used -as a channel out of the box. You can clone the repository and use `guix shell -f quickshell.scm` -to use the git version of the package. - ### Manual build See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md) for build instructions and configurations. diff --git a/src/guide/v0_2_0/install-setup.md b/src/guide/v0_2_0/install-setup.md index 4da3e78..0947d73 100644 --- a/src/guide/v0_2_0/install-setup.md +++ b/src/guide/v0_2_0/install-setup.md @@ -106,10 +106,6 @@ Add the following to your channel list: (branch "master")) ``` -However, since the package definition is located in the source repository, it cannot be used -as a channel out of the box. You can clone the repository and use `guix shell -f quickshell.scm` -to use the git version of the package. - ### Manual build See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md) for build instructions and configurations.