We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6316163 commit a8bfbe0Copy full SHA for a8bfbe0
Linux/nonguix.channels.scm
@@ -1,3 +1,6 @@
1
+;; SELF: https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Linux/nonguix.channels.scm
2
+;; ADD: curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Linux/nonguix.channels.scm" | sudo tee "/root/.config/guix/channels.scm"
3
+;; PULL: sudo GIT_CONFIG_PARAMETERS="'filter.blob:none.enabled=true'" guix pull --cores="$(($(nproc)+1))" --max-jobs="$(($(nproc)+1))"
4
(use-modules (guix ci))
5
6
;; Define %default-guix-channel with substitutes available
0 commit comments