w96k, to guix
@w96k@fosstodon.org avatar

Tbilisi Guix Meetup 1 will be held in F0rthSp4ce hackerspace on June 1:

https://t.me/f0rthsp4ce/373

@abcdw and @w96k will be speakers there

w96k, to guix
@w96k@fosstodon.org avatar
graywolf, to guix
@graywolf@emacs.ch avatar

I wonder if there are any #guix maintainers willing to take a look at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70112 . I tried asking in #guix room few times, not much luck. There are already new versions available, and I would prefer not to rebase it (again), testing it is quite annoying due to differences between podman 4 and 5...

civodul, to guix
@civodul@toot.aquilenet.fr avatar

Public Service Announcement: Several web sites and services are currently down.
https://lists.gnu.org/archive/html/info-guix/2024-05/msg00000.html

adanskana, to guix
@adanskana@mastodon.social avatar

I ran an experiment yesterday, and found the package with the largest number of dependencies in #guix using this little command: guix package -A | awk '{print $1}' | parallel 'echo -n {}; echo -n " "; guix size {} 2>/dev/null | tail -n +3 | wc -l' | sort -n -k 2 | tee ~/Documents/sorted_packages.txt. The whole thing took 6 hours to run at about 90% CPU utilisation.

Result: pigx has the most dependencies at 968, with most of the runner ups being scientific analysis tools too. Cool!

csepp, to guix

Consider: #Guix / #Nix shared hosting where the cost of storing a store item is shared between the users that depend on it.
Maybe with the new Shepherd on Goblins integration a shared guix-daemon could work.

civodul, to guix
@civodul@toot.aquilenet.fr avatar

Glad to be joining the fine London Meetup crowd led by @futurile and @fabionatali for a discussion about Guix, Guile, and life at 7PM CEST today!
https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024

civodul, to guix
@civodul@toot.aquilenet.fr avatar

Recently (past week?), proper passed the 30K package limit, all free software!
https://repology.org/repository/gnuguix

passthejoe, to guix
@passthejoe@ruby.social avatar

I'm as intrigued by as I was by , but ultimately I'm not sure the complexity is worth it for me.

Even has a ratio of complexity vs. benefits that fits well with my work (and play) flow.

, and all hide enough of the nitty gritty behind the scenes — updates happen without me needing to know it.

And traditional is so familiar and reliable, it's hard not to tap it for just about any use case.

passthejoe, to guix
@passthejoe@ruby.social avatar

Just saw this article on trouble with Nix.

@solene, are you looking into Guix?

https://dataswamp.org/~solene/2024-04-27-nix-internal-crisis.html

#nix #guix

luis_felipe, to guix
@luis_felipe@mastodon.online avatar

I can now access the services of Guix machines in the local network using simple names like <host>.local instead of IP addresses.

To get this functionality:

❶ Open your OS configuration file
❷ Import (gnu packages nss)
❸ Set the operating-system's "name-service-switch" field as follows

(name-service-switch %mdns-host-lookup-nss)

❹ Reconfigure the OS

sudo guix system reconfigure path/to/your/os-config.scm

More info:

https://guix.gnu.org/es/manual/devel/en/html_node/Name-Service-Switch.html

#gnu #guix

avp, to guix
@avp@fosstodon.org avatar

After almost two days of work I managed to update PrusaSlicer to the latest (at the moment) version 2.7.4 in GNU Guix. Here's the patchset:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70880

#gnu #guix #prusa3d

vascorsd, to guix
@vascorsd@mastodon.social avatar

So many cool things here.

Goblins, Shepherd, Capabilities, Actors, Whippet, Pre-Scheme, NLnet grants 🎉


Distributed System Daemons: More Than a Twinkle in Goblins' Eye -- Spritely Institute
https://spritely.institute/news/spritely-nlnet-grants-december-2023.html

Z572, to guix zh-CN

+ + linux-libre 能启动,但网络还是坏的,估计内核还缺点啥配置没开启。还得从 spi boot ,是 opensbi v1.2,v1.3 会炸。
并且得设置 fdtfile 为 starfive/jh7110-starfive-visionfive-2-v1.3b.dtb

https://github.com/Z572/guix/tree/visionfive2

deedend, to guix
@deedend@fosstodon.org avatar

@mntmn, @daviwil
Do you guys see a way to have a reform next with as pre-installed system? It would be awesome! But I wonder how is the support on ARM... 🤔

civodul, to guix
@civodul@toot.aquilenet.fr avatar

Just stumbled upon this great explanation of #Guix records by @roptat (2022):
https://lepiller.eu/en/a-deep-dive-into-guix-records.html

#Guile #Scheme

futurile, to guix

Looking for some Friday #guix reading? How about the next step in the #packaging tutorial? Overview of the build-system concept, and how to provide arguments. We meet the #guile #scheme repl (guix repl) to discuss when to use 'quote' and 'quasiquote' in package definitions.

https://www.futurile.net/2024/04/24/guix-package-structure-build-system/

ekaitz_zarraga, to guix
@ekaitz_zarraga@mastodon.social avatar

Today in the journey: the gap between TinyCC and GCC is closing.

mentioned, too.

https://ekaitz.elenq.tech/bootstrapGcc13.html

Z572, to guix zh-CN

+ , 加了一堆包到 system profile 里就能启动了,现在的问题是哪些包是需要清理掉的

civodul, to guix
@civodul@toot.aquilenet.fr avatar

Detecting holes so we don’t store zeros on disk:
https://issues.guix.gnu.org/70770

#Guix

abmurrow, to random
@abmurrow@fosstodon.org avatar

Oof, guix doesn't seem play nice with foreign distros, even stable ones like Debian. The guix system distro is out of the question because of my WiFi drivers and until nonguix is more mature there really isn't a good alternative for me.

I don't love it but I'll probably have to hop back over to nixos and see how the community changes play out. Good thing it takes like 2 minutes to get my old config back. Still, nix has made it tough to use anything else.

Mehrad,
@Mehrad@fosstodon.org avatar

@abmurrow
When you run a bash script, it is not run with same system environment that you have, instead it creates a subshell. For this reason, most probably you didn't have the #guix profile there at all. One way to bypass that is to use source script.sh instead of bash script.sh to run the content of the script in the current bash.

The way I use guix is to have certain tools and containers in guix on a rolling release distro like Arch or Manjaro as the host.

jameshowell, to guix
@jameshowell@emacs.ch avatar

Hey @daviwil! I'm taking the plunge! Thanks for building these guides: they're exceptionally well done.

https://systemcrafters.net/craft-your-system-with-guix/full-system-install/

#guix

abcdw, to scheme
@abcdw@fosstodon.org avatar

We released Arei Guile IDE 0.9.4. It's already available in Guix.
https://git.sr.ht/~abcdw/emacs-arei/refs/0.9.4
https://git.sr.ht/~abcdw/guile-ares-rs/refs/0.9.4

It has eldoc and xref (go to definition) features, better completion and a few other improvements.

Big kudos to @krevedkokun for implementing them.

We are working hard towards 1.0, which will be even more exciting:
https://todo.sr.ht/~abcdw/tickets?search=label%3Amilestone-arei-1.0

#guile #scheme #lisp #guix

Z572, to KDE zh-CN

https://guix.gnu.org/screenshots/plasma/

screenshot have now been added to the website

yvan, to NixOS
@yvan@functional.cafe avatar

We're bootstrapping a recurring #Nix / #NixOS meetup in #Brussels on Monday, March 11. Hope to see you there! https://brunix.glitch.me

yvan, (edited )
@yvan@functional.cafe avatar

And a 3rd one, Monday 13th of May, at BeCentral this time! There will be again pizzas 🍕 paid by the #NixOS foundation (with Vegan options), and I will bring my X230 (on which I installed #Guix last weekend) for a little demo :D

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines