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

Public Service Announcement: Several #Guix 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 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 #Guix as I was by #NixOS, but ultimately I'm not sure the complexity is worth it for me.

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

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

And traditional #Debian 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

#guix #guile #scheme #plt #programming #nlnet #unix

Z572, to guix zh-CN

#visionfive2 + #guix + 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 #guix as pre-installed system? It would be awesome! But I wonder how is the #guix support on ARM... 🤔

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

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

futurile, to guix

Looking for some Friday reading? How about the next step in the tutorial? Overview of the build-system concept, and how to provide arguments. We meet the 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

#guix + #plasma6, 加了一堆包到 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

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 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/

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/

#plasma screenshot have now been added to the #guix website

abcdw, to random
@abcdw@fosstodon.org avatar

pegasus airlines can't send emails to mail+flypgs.com@trop.in

I contacted migadu support and wait for their reply, but something tells me that the problem is not on receiving side :)

abcdw,
@abcdw@fosstodon.org avatar

BTW, I come to Georgia for a few weeks on May 16.

We will have a Guix meetup in F0RTHSPACE hackspace somewhere in the end of May.

#guix #meetup

Mehrad, to cochlearimplants
@Mehrad@fosstodon.org avatar

Every time I'm working with a #CI, I get amazed by how powerful they can get and how much they have advanced the software development realm. Tons and tons of checks and builds and etc. can be done automatically upon merging a pull request.

I wholeheartedly thank everyone how have invested the time and effort to write and maintain all these pipelines.

These said, I'm really interested to see if any active and high-profile project is using #Guix or #Nix in CI instead of these NodeJS-based ones.

cms, to guix
@cms@social.lol avatar

Well I ran out of battery halfway through the hand install, so several hours of recovery later I can boot into #guix fsvo. Where are all my other bootable partitions though, and will I be able to tolerate #GNOME long enough to learn to live with it? These are the questions. Stay tuned, rat-fans.

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
  • magazineikmin
  • Youngstown
  • osvaldo12
  • khanakhh
  • slotface
  • tacticalgear
  • mdbf
  • InstantRegret
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • everett
  • rosin
  • anitta
  • Durango
  • GTA5RPClips
  • ethstaker
  • modclub
  • cisconetworking
  • ngwrru68w68
  • tester
  • normalnudes
  • cubers
  • Leos
  • megavids
  • provamag3
  • lostlight
  • All magazines