From da90a2fbb48a4be0955eaeef93c27e0eefb6901b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 30 Jan 2024 23:22:32 +0100 Subject: Move channels.scm to the top-level This file is going to collect all channel definitions, independent of any deployment variables. Also, update the missed "secrets" name in .guix-channel . --- .guix-channel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel index 9dc786b..c21b298 100644 --- a/.guix-channel +++ b/.guix-channel @@ -10,5 +10,5 @@ ( name nonguix ) ( url "https://gitlab.com/nonguix/nonguix" ) ) ( channel - ( name secrets ) + ( name private-inputs ) ( url "file:///home/marek/Dokumenty/private-guix-inputs" ) ) ) ) -- cgit v1.2.3