From d082d2a2aebeaa87245224d5d6c811826347505b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 26 Jan 2024 11:08:05 +0100 Subject: Transfer nonguix to .guix-channel as dependency This fixes the following error: (exception misc-error (value #f) (value "no code for module ~S") (value ((nongnu packages mozilla))) (value #f)) --- .guix-channel | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .guix-channel (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..ba7fc11 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,14 @@ +( channel + ( version 0 ) + ( dependencies + ( channel + ( introduction + ( channel-introduction + ( version 0 ) + ( commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc" ) + ( signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5" ) ) ) + ( name nonguix ) + ( url "https://gitlab.com/nonguix/nonguix" ) ) + ( channel + ( name secrets ) + ( url "file:///home/marek/Dokumenty/secrets" ) ) ) ) -- cgit v1.2.3