summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-30 23:22:32 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-30 23:22:32 +0100
commitda90a2fbb48a4be0955eaeef93c27e0eefb6901b (patch)
tree517ecbb2f9743374acbadbbd56a8edc710af33ec /.guix-channel
parent1d17bf4d33048edd7b727bd2451521624b7c99ae (diff)
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 .
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel2
1 files changed, 1 insertions, 1 deletions
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" ) ) ) )