diff options
-rw-r--r-- | .guix-channel | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.guix-channel b/.guix-channel index e9e7b10..f68cf2a 100644 --- a/.guix-channel +++ b/.guix-channel @@ -12,10 +12,10 @@ ;; (signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))) ;; (url "https://gitlab.com/nonguix/nonguix"))))) -(define secrets - ((let ((name '(name secrets)) - (url '(url "file:///home/marek/Dokumenty/secrets"))) - (channel name url)))) +;; (define secrets +;; ((let ((name '(name secrets)) +;; (url '(url "file:///home/marek/Dokumenty/secrets"))) +;; (channel name url)))) (channel (version 0) (dependencies (channel (name nonguix) |