Re: LEMP on GuixOS

2020-08-17 Thread Joshua Branson


You might want to check out my guix config.

It's got a basic nginx.

https://notabug.org/jbranso/guix-config/src/master/sway.scm

-- 
Joshua Branson
Sent from Emacs and Gnus



Re: Errors with guix pull

2020-08-17 Thread Gary Johnson
Hi Joshua,

  No, I was just building guix using the standard "guix pull" command.

After quite a lot of experimenting, I was able to solve my own problem a
few weeks ago by uninstalling guile from my user profile. I'm not sure
why that messed up "guix pull", but at least with guile uninstalled, I
was able to upgrade guix successfully.

Lessons learned, I guess.

~Gary

Joshua Branson  writes:

> Are you building guix from git by chance?


-- 
GPG Key ID: 7BC158ED
Use `gpg --search-keys lambdatronic' to find me
Protect yourself from surveillance: https://emailselfdefense.fsf.org
===
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



Customizing Haunt to work with Skribilio

2020-08-17 Thread Joshua Branson
Hello,

I am trying to use the lovely haunt static site generator with
Skribilio!  And I noticed that the default haunt as packaged by guix,
does not work with Skribilio.  I made a customized version of
Skribilio that would work with Haunt.

https://notabug.org/jbranso/guix-packages/src/master/packages/haunt.scm

But I am still getting an error message:

#+BEGIN_SRC sh
joshua@dobby ~/prog/org/projects/generate-income/client-site$ haunt build
building pages in 'site'...
Backtrace:
   5 (primitive-load "/gnu/store/4vvbcxrqjm8dbc1g1gk9pakqgf7…")
In haunt/ui.scm:
124:6  4 (run-haunt-command _ . _)
In haunt/ui/build.scm:
 60:4  3 (haunt-build . _)
In haunt/site.scm:
   100:19  2 (build-site #< title: "Built with Guile" domain: …>)
In ice-9/ftw.scm:
   482:39  1 (loop _ _ #(2050 2907188 16877 2 1000 998 0 4096 # # …) …)
In unknown file:
   0 (scm-error misc-error #f "~A ~S" ("no reader availa…" …) …)

ERROR: In procedure scm-error:
no reader available for post:  "posts/jolly-good-day.skr"
#+END_SRC

What am I doing wrong?

Thanks,

Joshua

P.S.  I also made a video of be building this custom haunt package:

https://video.hardlimit.com/videos/watch/e9923058-45bd-4a55-ad73-f2bc050e91a6



Guix GitLab Runner on Kubernetes

2020-08-17 Thread Stephen Scheck
Hello,

I've created some resources for deploying a custom GitLab CI/CD Runner
integrated with a Guix daemon with persistent store on Kubernetes clusters.
You can use such a Runner to provide Guix services to your project CI/CD
jobs which need it running on hosted gitlab.com. Details are here:

https://gitlab.com/singularsyntax/guix-k8s
https://gitlab.com/singularsyntax/guix-gitlab-runner-k8s