diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-20 12:20:06 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-20 12:20:06 +0200 |
commit | 45eb696bdd8669500d261b34ec7501ccdaf7f186 (patch) | |
tree | 845b4cb7ee1193136914bb7289301b4459c6a333 /guix.org | |
parent | eb48985bd895b6ccf82051acac5e9fae1ce2a1e5 (diff) | |
download | guix-45eb696bdd8669500d261b34ec7501ccdaf7f186.tar.gz guix-45eb696bdd8669500d261b34ec7501ccdaf7f186.tar.bz2 guix-45eb696bdd8669500d261b34ec7501ccdaf7f186.zip |
.
Diffstat (limited to 'guix.org')
-rw-r--r-- | guix.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -17,20 +17,23 @@ You'll need to clone nonguix -~mkdir -p ~/builds && cd ~/builds && git clone https://gitlab.com/nonguix/nonguix~ +~mkdir -p ~/dev && cd ~/dev && git clone https://gitlab.com/nonguix/nonguix~ Then make sure you have it in with-eval-after-load #+begin_src elisp (with-eval-after-load 'geiser-guile - (add-to-list 'geiser-guile-load-path "~/builds/nonguix")) + (add-to-list 'geiser-guile-load-path "~/dev/nonguix")) #+end_src <2024-10-27 Sun 12:46> * Fixing Xorg :guix: -https://lists.gnu.org/archive/html/help-guix/2018-07/msg00080.html +:PROPERTIES: +:ID: 994b07d3-cfe3-4c0b-8119-b0d800d04d82 +:END: <2024-10-24 Thu 12:33> +https://lists.gnu.org/archive/html/help-guix/2018-07/msg00080.html * [[https://karl.hallsby.com/running-your-website-using-guix-system.html][Setting up a guix server]] * Credentials management :guix: https://github.com/fishinthecalculator/sops-guix |