This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-20
Channels
- # adventofcode (8)
- # aleph (2)
- # announcements (10)
- # aws (5)
- # aws-lambda (2)
- # babashka (23)
- # beginners (23)
- # biff (9)
- # calva (4)
- # cider (8)
- # clj-kondo (21)
- # clojure (77)
- # clojure-boston (1)
- # clojure-dev (50)
- # clojure-europe (36)
- # clojure-gamedev (3)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-spec (33)
- # clojure-uk (3)
- # clojurescript (22)
- # core-async (3)
- # cursive (10)
- # datahike (18)
- # datalevin (1)
- # datascript (9)
- # deps-new (21)
- # emacs (11)
- # events (1)
- # graphql (11)
- # guix (26)
- # java (7)
- # jobs (3)
- # lsp (12)
- # malli (6)
- # pathom (33)
- # pedestal (3)
- # polylith (15)
- # reagent (5)
- # releases (3)
- # remote-jobs (1)
- # scittle (9)
- # sql (27)
- # tools-build (9)
- # vim (7)
hi, I just joined the channel and guix. currently evaluating to build developer environments for work and personal use
yeah, no matter how easy the guix people make it sound, it's not - even if you do know lisp
I spent a few hours / days ?! waching youtube videos on guix - to get to know the technology
there are guix irc channels (I joined via Matrix - never liked IRC - no history, no threads - bleah )
there is a pacakge search https://toys.whereis.xn--q9jyb4c/
a good start might be https://guix.gnu.org/en/blog/2018/a-packaging-tutorial-for-guix/
when I try to repoint the current emacs-next at the latest emacs-29 branch none of the native compilation works
should be simple right? guix install emacs-next-pgtk --with-branch=emacs-next-pgtk=emacs-29 should do it
nice to see a small example of how to do a package like that. I think my problem is I've been drowning in docs and not sure how to do a simple thing like that (there are some emacs things I need to do and I'd like more control over the clojure packages as well)
@drewverlee: this guy might have some hints: https://www.youtube.com/watch?v=er2NaeoF3Ho&ab_channel=AndrewTropin . He has some other videos on his channel that are worth watching IMO
Ty ill take a look.