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

avp, to guix

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

#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

@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 #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 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

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

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 fsvo. Where are all my other bootable partitions though, and will I be able to tolerate long enough to learn to live with it? These are the questions. Stay tuned, rat-fans.

abcdw, (edited ) to random
@abcdw@fosstodon.org avatar
futurile, to guix

New post in the #Guix packaging series! All about how inputs (libraries and utilities) that are needed to build a package are defined. Covers inputs, native-inputs and propagated-inputs. And, how to create your own package variants using modify-inputs - we slim down Weechat by 50% as a worked example 🎆

https://www.futurile.net/2024/03/29/guix-package-structure-inputs/

Not sure about how it compares to #nix, but for #guix this is a key area of packaging - hope all the examples make sense!

farcaller, to guix
@farcaller@hdev.im avatar

Wait, is #guix basically a #nixos but with lisp?..

Mehrad, to guix
@Mehrad@fosstodon.org avatar

For the first time in since I started using Guix (August 2023), I got 502 error from #Guix git repo while performing update. This is one of those 502 that feels like it is because of high traffic and will get resolved soon.

I wonder if there is a way to mirror this repo and somehow help in distributing the load. I know I can manually change the repo URI in ~/.config/guix/current/manifest but would not really change the situation for the Guix git server.

deadblackclover, to guix
@deadblackclover@functional.cafe avatar
luis_felipe, to guix
@luis_felipe@mastodon.online avatar

🆕 I did a «guix pull» today and here's what's new:

🔸 nss-certs' is now included in %base-packages'

🔸Linux-libre LTS kernel updated to 6.6

🔸GNOME updated to version 44 with a more modular desktop service

🔸The GNOME Display Manager uses Wayland by default

🔸The udev service also manages hardware configuration files

/me goes upgrade user profile and system...

#gnu #guix

anna_lillith, to random
@anna_lillith@mas.to avatar

Facebook today tracks a staggering 3 billion people around the world. It spreads deadly disinformation at a scale never seen before. And it's essentially ruled by just one man.

What started as Mark Zuckerberg's student website in 2004, has morphed into one of the world's most dangerous corporations.

So this may sound naive ... but we could help fight Facebook simply by saying "STOP"!

janneke,
@janneke@todon.nl avatar

@anna_lillith
{I|We}'ve been using #GNU #Guix's "block-facebook-hosts-service-type' (and earlier variants of this meme) for about a decade now. Where are y'all at?

https://guix.gnu.org/en/manual/devel/en/html_node/Networking-Services.html

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 foundation (with Vegan options), and I will bring my X230 (on which I installed last weekend) for a little demo :D

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