home.social

#nix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nix, aggregated by home.social.

  1. 2026 throwback!

    Kelsey Hightower on discovering and realizing there was a fundamentally different way to think about software.

    youtube.com/shorts/iYwtWVfhgfU

  2. Blog: Exploring the Dendritic Nix Pattern

    This is more of an assessment what I would have to do in order to migrate towards dendritic then an explanation of the pattern itself. But there are links to the relevant source material.

    britter.dev/blog/2026/05/11/ex

    #nix #nixos #dendriticpattern

  3. Mal wieder in die Runde gefragt: gibt es in #Mannheim interessierte Co-Organisator:innen, Hosts (also Standort-anbietende Personen/Vereine/Firmen) oder Speaker für ein #RustLang oder #NixOS Meetup im Juni oder der zweiten Jahreshälfte? :nixos: :rust:

    Gerne direkt im Fediverse oder per Email an meetups at korz.dev melden.

    #Rust #Nix

  4. A new option is available: `programs.microsoft-edge`. Microsoft Edge is now supported by the Chromium-based browser module, sharing the same `commandLineArgs`, `extensions`, `dictionaries` and `nativeMessagingHosts` interface. Note: the `microsoft-edge` package in nixpkgs is only available on `x86_64-linux`. On macOS, install Edge through other means (e.g. the official `.pkg` installer) and set `programs.microsoft-edge.package = null` to manage configuration files only, or supply a custom darwin-compatible package.
    #NixOS #Nix #HomeManager

  5. Today's `nix` bug is github.com/NixOS/nix/issues/15.

    There `nix` fails to build a derivation that creates files with and without `.tmp` extension:

    ```
    __contentAddressed = true;
    postBuild = ''
    touch $out.tmp
    touch $out
    '';
    ```

  6. @0xBlockz My laptop is meant to be my experimntation device. I have experimented with Arch and enjoy it. I may install #Gentoo or #Nix sometime in the future - who knows? It's all in the name of learning and fun.

    And thank you for the reply! 😃

  7. @BeefGriller today I've now seen a post about someone installing #nix on top of their arch install and now netbsd lol

    If it were me i think I'm just going to install #gentoo and be done with systemd and all their friends...

    #MushLove 🤙

  8. A short post about enabling SMB3 with the new and shiny POSIX extensions on NixOS pc-hass.de/blog/smb3-with-nixo #nix #nixos #linux

  9. I hate NixOS but I love NixOS.
    So i wrote a Blogpost to explain.

    And no it is not just "i can never leave NixOS"
    it is actual critique and i am probably gonna leave NixOS

    Here is the Blogpost why that is

    Though it is super long with an expected reading time of almost 20min if you go purely by WPM

    I hope you like it and it is understanable. I appreciate all thoughts!

    If you like that one: check out my website in general i bet you will find more things you like :3

    #nix #nixos #nixoslove #linux #blog #blogpost

  10. NixOS - Setup-Guide, Teil 2

    In diesem Teil geht es darum wie Starkoch NixOS wirklich zum Sternekoch wird. Wie man die Integration anderer Köche vorbereitet und wie die Speisekarte gesichert wird.

    #NixOS #Nix #Flakes #Linux

    gnulinux.ch/nixos-setup-guide-

  11. Was just checking out some tvix talks, the tvix-store is certainly attractive with even the replit blog mentioning about 90% storage reduction in cache storage. Even devenv switched to tvix.

    But I couldn't see any docs on how can I start using it in my nixos or atleast for nix shells, etc

    Am I missing out something or any views on this would help me
    #nix #tvix #cache #devenv #replit

  12. Would be really great if

    > nix run codeberg:user/repo

    was possible. It works for and already. should also work. Instead, one needs to write this unergonomic thing:

    > nix run git+ssh://[email protected]/<user>/<repo>

    EDIT: You could upvote this feature request: github.com/NixOS/nix/issues/14

  13. Over the last months I tried to move from gui to cli. Started with shift from #kde plasma to #niri. On Ubuntu 24LTS this was quite problem, first I used #pacstall, but that was better, I changed to #nix package manager, it simply has a the packages, no need to cargo and apt/nala as much. Also I can chair stuff simpler between systems. Nix also enabled me to remove everything but one #distrobox container. As #arch already has #qgis 4

  14. :nix: Bay Area Nix User group now has a website and is live. Big kudos and thank you to Samir Rashid for getting this done. Super appreciated!

    :nix: https://www.bayareanixos.com/ :nix:

    On that note, if you want to do a talk at one of our meetups get in touch and if your office can host us please get in touch as would be appreciate it. Above all come to our events and lets do more Nix and spread the knowledge.

    #SanFrancisco #BayArea #Nix #NixOS #Meetup

  15. So I'm re-writing my NixOS config to use flake-parts right?

    It accidentally came up using Nouveau/NVK and I legitimately did not even notice.

    I gamed.

    #nix #nixos #flakes #nvidia #nvk #nouveau #wow

  16. So I'm re-writing my NixOS config to use flake-parts right?

    It accidentally came up using Nouveau/NVK and I legitimately did not even notice.

    I gamed.

    #nix #nixos #flakes #nvidia #nvk #nouveau #wow

  17. So I'm re-writing my NixOS config to use flake-parts right?

    It accidentally came up using Nouveau/NVK and I legitimately did not even notice.

    I gamed.

    #nix #nixos #flakes #nvidia #nvk #nouveau #wow

  18. So I'm re-writing my NixOS config to use flake-parts right?

    It accidentally came up using Nouveau/NVK and I legitimately did not even notice.

    I gamed.

    #nix #nixos #flakes #nvidia #nvk #nouveau #wow

  19. So I'm re-writing my NixOS config to use flake-parts right?

    It accidentally came up using Nouveau/NVK and I legitimately did not even notice.

    I gamed.

    #nix #nixos #flakes #nvidia #nvk #nouveau #wow

  20. the nixos unstable unifi package appears to have some linkage error. Wonder how that could happen. It complains about running with a too old java version. I thought avoiding such errors was the entire point of nix and why it referenced specific versions of everything to begin with.

    (I'm on nixos 25.11 but pulling in the nixos-unstable unifi package as the one in 25.11 was flagged as having security flaws earlier)

    Edit: Full bug report: github.com/NixOS/nixpkgs/issue

    #NixOS #Nix #unifi

  21. the nixos unstable unifi package appears to have some linkage error. Wonder how that could happen. It complains about running with a too old java version. I thought avoiding such errors was the entire point of nix and why it referenced specific versions of everything to begin with.

    (I'm on nixos 25.11 but pulling in the nixos-unstable unifi package as the one in 25.11 was flagged as having security flaws earlier)

    Edit: Full bug report: github.com/NixOS/nixpkgs/issue

    #NixOS #Nix #unifi

  22. the nixos unstable unifi package appears to have some linkage error. Wonder how that could happen. It complains about running with a too old java version. I thought avoiding such errors was the entire point of nix and why it referenced specific versions of everything to begin with.

    (I'm on nixos 25.11 but pulling in the nixos-unstable unifi package as the one in 25.11 was flagged as having security flaws earlier)

    Edit: Full bug report: github.com/NixOS/nixpkgs/issue

    #NixOS #Nix #unifi

  23. the nixos unstable unifi package appears to have some linkage error. Wonder how that could happen. It complains about running with a too old java version. I thought avoiding such errors was the entire point of nix and why it referenced specific versions of everything to begin with.

    (I'm on nixos 25.11 but pulling in the nixos-unstable unifi package as the one in 25.11 was flagged as having security flaws earlier)

    Edit: Full bug report: github.com/NixOS/nixpkgs/issue

    #NixOS #Nix #unifi

  24. the nixos unstable unifi package appears to have some linkage error. Wonder how that could happen. It complains about running with a too old java version. I thought avoiding such errors was the entire point of nix and why it referenced specific versions of everything to begin with.

    (I'm on nixos 25.11 but pulling in the nixos-unstable unifi package as the one in 25.11 was flagged as having security flaws earlier)

    Edit: Full bug report: github.com/NixOS/nixpkgs/issue

    #NixOS #Nix #unifi

  25. Thinking about flake-parts, kinda wanting to implement it, but it's kinda intimidating.

    #nix #nixos #flakes

  26. NixOS - Setup-Guide, Teil 1

    Das ist der Auftakt zu einem dreiteiligen Set-up-Guide. Es geht bei Null los und endet in einem Multi-Host-Set-up. Im Teil 1 beschreibe ich die NixOS-Idee, also den brillanten Paradigmenwechsel, sowie erste Schritte für Ein- und Umsteiger.

    #NixOS #Nix #Flakes #Linux

    gnulinux.ch/nixos-setup-guide-

  27. Whenever I can, I always add the option

    --log-format multiline-with-logs

    to my #nix commands just to get that maximum verbosity and scroll through history in case of failure.

    Ps: #lix recently added an option to nix.conf to make it a default behavior. 😀 :badabing:

    log-format =
    lix.systems/blog/2026-03-25-li

  28. Whenever I can, I always add the option

    --log-format multiline-with-logs

    to my #nix commands just to get that maximum verbosity and scroll through history in case of failure.

    Ps: #lix recently added an option to nix.conf to make it a default behavior. 😀 :badabing:

    log-format =
    lix.systems/blog/2026-03-25-li

  29. Whenever I can, I always add the option

    --log-format multiline-with-logs

    to my #nix commands just to get that maximum verbosity and scroll through history in case of failure.

    Ps: #lix recently added an option to nix.conf to make it a default behavior. 😀 :badabing:

    log-format =
    lix.systems/blog/2026-03-25-li

  30. Whenever I can, I always add the option

    --log-format multiline-with-logs

    to my #nix commands just to get that maximum verbosity and scroll through history in case of failure.

    Ps: #lix recently added an option to nix.conf to make it a default behavior. 😀 :badabing:

    log-format =
    lix.systems/blog/2026-03-25-li

  31. Whenever I can, I always add the option

    --log-format multiline-with-logs

    to my #nix commands just to get that maximum verbosity and scroll through history in case of failure.

    Ps: #lix recently added an option to nix.conf to make it a default behavior. 😀 :badabing:

    log-format =
    lix.systems/blog/2026-03-25-li

  32. We're finally configuring Wireguard - but we only get a third of the way there in this blog post. Lots of exciting option config stuff tho, and a new blog feature which lets me interrupt myself.

    https://blog.xvrqt.com/nix-wireguard-proxies-pt-1.html

    Read it to your children at night, guaranteed to help you win the custody battle.

    #nix #nixos #wireguard #linux #kernel #blogs #marmite #legalizeskyburials #foss #oss #flakes