summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-26 11:08:05 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-26 11:08:05 +0100
commitd082d2a2aebeaa87245224d5d6c811826347505b (patch)
tree707ac09c391d1ebf32f114644a3f2de33d2c3d74 /.guix-channel
parent0da951183bb3d84ee161d8b31f7e5a6a59902a37 (diff)
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))
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel14
1 files changed, 14 insertions, 0 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" ) ) ) )