diff options
-rw-r--r-- | .guix-channel | 14 | ||||
-rw-r--r-- | systems/izumi/channels.scm | 10 |
2 files changed, 15 insertions, 9 deletions
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" ) ) ) |