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 ++++++++++++++ systems/izumi/channels.scm | 10 +--------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 .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" ) ) ) ) diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 79ff749..7f9d318 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -18,12 +18,4 @@ ( openpgp-fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) ) ( name 'channel ) - ( url "file:///home/marek/src/channel" ) ) - ( channel - ( name 'nonguix ) - ( url "https://gitlab.com/nonguix/nonguix" ) - ( introduction - ( make-channel-introduction - "897c1a470da759236cc11798f4e0a5f7d4d59fbc" - ( openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5" ) ) ) ) ) + ( url "file:///home/marek/src/channel" ) ) ) -- cgit v1.2.3