#nix — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nix, aggregated by home.social.
-
CW: dhh
dhh disliking #nix is just so validating, i feel superbly about my choices rn
-
You know... I been using #nix #homemanager for weeks and it only now occurred to me, all my files are to a derivation. 😆
Tried to modify by hand. 😅
On the plus side, it means I been truly following all edits are on home manager bit for it to take this long. 😎
-
One of these days I'm going to figure out what all these damn numbers mean when you do a #nix build.
-
#OpenChaos am Donnerstag, den 27. August: »Nix in Theorie und Praxis«
Ein Rundumschlag zur funktionalen Programmiersprache #Nix und dem dazugehörigen Paketmanager und Betriebssystem #NixOS. https://koeln.ccc.de/updates/2026-08-27_open_chaos_nix_theorie_und_praxis.xml
Beginn ist um 20 Uhr in unseren Räumen in der Heliosstraße 6a in #Köln #Ehrenfeld.
-
CW: 🚧 OMARCHY DHH RANT
:headache: The dhh rant against Nix and opensource "goblins"
https://xcancel.com/thestanduppod/status/2091511392717213707?s=20
-
How it started: Hey there is a wiki page https://nixos.wiki/wiki/Printing for how to add my printers into my #Nix configuration. It looks straight forward. I should do that.
How it's going:
(2nd screenshot is the configuration that when enabled throws this error)
-
Three ways to smuggle SQLite into Nix
https://fzakaria.com/2026/08/19/three-ways-to-smuggle-sqlite-into-nix
-
could anyone review: https://github.com/NixOS/nixpkgs/pull/543854? it's a minimalist #wayland wallpaper setter
#nixpkgs #nixos #nix -
Three ways to smuggle SQLite into Nix via @abnv https://lobste.rs/s/fot6le #nix
https://fzakaria.com/2026/08/19/three-ways-to-smuggle-sqlite-into-nix -
After the usual grind re-setting everything up again, restoring backups, etc. I have everything I need set up now (except :nixos: #nix 🤓)
I am *very* happy with this phone. It's such a massive upgrade to the broken (or non-broken) Xperia 10iii phones I have been daily-driving with #SailfishOS for far too long now. 😅
- 🤩 double-tap to wake like in good old times
- 🤩 fingerprint unlock
- 🤩 dang it's fast and smooth!
- 🤩 configurable (privacy) switch on the side -
I feel like I have achieved something not when people learn from me. Coz Learning is easy & accessible with internet etc and that's not the important part.
But the greater satisfaction and achievement personally is when I made some people curious about something. IMO it's much more valuable than other stuffs as curiosity is the solid foundation for any innovation, solution etc etc.
🧵
#nix #nixos #learning #passion #linux -
People who are curious will find answers for things which other's might not and have overlooked. It's the fundamental driving force of humanity.
I'm more than happy when a non-technical person who doesn't even know how to code or even know how software works etc told me this (pic attached)
More than happy to welcome any of you people who wants to learn Nix but not sure where to get started.
Let's make computing fun again😁
-
If you are really into something, you're bound to fall into some nichè. Think of wine, tea, coffee, etc. People start with the stuff they can get in a local supermarket, then drift to specialized shops, and then find themselves on a distant island growing raw materials for the thing they love and passionate about.
Same goes for computer science. And this is why I'm so puzzled having a candidate on an interview who is "passionate" about software, but who is using the most common laptop, OS, programming language, framework, etc. Where's the passion in that?!
Show me your Nix config! Tell me how you compiled a kernel because of an exotic bug in your esoteric hardware! Did you ever burn a GPU trying to overclock it? What was special about your toy language? How big is your pile of abandoned hardware projects?
ANYTHING is better than "I have 25 years of Java experience. Oh, I once wrote a bash script! Yes, yes, am very passionate. Yes." 🤦
-
Roses are red
JS frameworks are a pain
https://codeberg.org/trevdev/nvim-nix/commit/d66c4246ca60c63eb56998ed99adbcf1c1933956 -
Well, this is kind of neat. #railway's #railpack has support for #GleamLang. I was not expecting that. 😅
I still package all my things with #nix #flakes, like a madman. Still. It is nice to see these featured adoptions like this. 😎
-
I got a handy one liner to update all #nix flake channels that don't end with `-stable`, and modified it to work in #nu but it wasn't working. This appears to work:
` nix flake update ...(nix flake metadata --json | jq -r '.locks.nodes.root.inputs | keys[] | select(. | contains("stable") | not)' | lines)` -
Hey #Nix and #NixOS peeps, I have a question:
I have this file that I use to generate Nginx location blocks for various services, but I have to `import` it each time I want to invoke it. How can I change it so I only need to import it once and call it like a regular function?
https://codeberg.org/8bitbuddhist/nixconf/src/branch/main/lib/mkVirtualHost.nix
-
Multi-platform outputs should be the most basic thing a flake does. Yet,, the common answer was to pull in flake-utils/flake-parts: an extra input, a limited "default systems" list from a third-party repo, and pinned copies piling up in nested lock files.
Meanwhile, builtins.mapAttrs over nixpkgs.legacyPackages covers every platform nixpkgs supports — with zero inputs. Since August 2026, `nix flake init` gives you exactly this.
How it works & how to extend it:
https://nixcademy.com/posts/new-default-nix-flake-template/ -
I just discovered avahi which lets you create domain names for the machines on your local network, like http://my-laptop.local, etc. And because NixOS is so awesome you just add a one-liner to to your config to enable it:
```
services.avahi = { enable = true; nssmdns4 = true; };
```(defaults to using the machine's hostname as domain name)
-
-
Hey #Nix #NixOS users - I integrated #Multiverse from https://github.com/fzakaria/nixpkgs-multiverse
It's really fucking slick, BUT is there any major Caveats to using this that I'm missing?
-
Build-time systemd schedule via @abnv https://lobste.rs/s/irgjfw #nix
https://gvolpe.com/blog/systemd-schedule/ -
Passphrase-less reboots using kexec under NixOS
https://fed.brid.gy/r/https://www.bevuta.com/en/blog/passphraseless-reboots-using-kexec/