#Nix

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Announcing Foundation, a binary bootstrap chain for !

forum.auxolotl.org/t/aux-found

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Announcing Foundation, a binary bootstrap chain for !

forum.auxolotl.org/t/aux-found

RecurringBloatware

@[email protected] · Reply to Jake Hamilton's post

@jakehamilton Hi, how do you get funds for this? Do you do this out of your own free time?

I wish there was a way for me to get some funding - I want to learn and contribute to "Guile Steele", a hypothetical low-level language with powerful macros. Either that, or migrate the Nix daemon from C++ to Guile.

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Announcing the `v1.0.0` release of Lib, a fully-featured library with its own module system.

forum.auxolotl.org/t/aux-lib-v

NixOS's avatar
NixOS

@[email protected]

Mark your calendars! 2025 is set:
📍 Where: OST, Rapperswil-Jona, Switzerland
📅 When: September 5-7, 2025 (Fri-Sun)

Tag your fellow Nix fans, spread the word, and let’s make this the best NixCon yet! More details here: discourse.nixos.org/t/nixcon-2

Areskul's avatar
Areskul

@[email protected]

Lobsters's avatar
Lobsters

@[email protected]

Sécurix, a NixOS-based secure operating system tailored for small to medium-sized teams lobste.rs/s/9tmwpa
github.com/cloud-gouv/securix

Lobsters's avatar
Lobsters

@[email protected]

Sécurix, a NixOS-based secure operating system tailored for small to medium-sized teams lobste.rs/s/9tmwpa
github.com/cloud-gouv/securix

NixOS's avatar
NixOS

@[email protected]

Casual Meetup in Vienna! Join an informal NixOS meetup to chat about all things & NixOS!

📅 April 7, 2025 | 🕕 18:00 | 📍 GT_, Augasse 2-6, 1090 Wien
discourse.nixos.org/t/communit

futurile

@[email protected]

social talk this week by @paulbutgold on self-hosting @forgejo using /

His Gocix project brings the power of declarative configuration to running container services.

Details on the Wiki or register at the Meetup:

- libreplanet.org/wiki/Group:Gui

- meetup.com/guix-social/events/

@fnat

Image of the title screen of a talk. Consists of a picture of Giacomo Leidi, and the title of the talk "Self-hosting Forgejo in Guix using OCI Containers" with a sub-heading of "Declarative Docker and OCI Container Services"
Paul Meyer's avatar
Paul Meyer

@[email protected]

Nice, lib.packagesFromDirectoryRecursive now supports nested scopes!

packagesFromDirectoryRecursive transforms a directory tree of packages into a nested attribute set of derivations. You can use it to manage a package set in a similar way to by-name in nixpkgs (without the sharding part). The package files in tree must be suitable for callPackage.

Subdirectories in the tree result in nested attribute sets. In the following example, packages d, e and f will be in a nested attribute set called my-namespace.

my-packages
├── a.nix
├── b.nix
├── c
│ ├── my-extra-feature.patch
│ ├── package.nix
│ └── support-definitions.nix
└── my-namespace
├── d.nix
├── e.nix
└── f
└── package.nix

Previously, this would only use one scope (my-packages), so e could only depend on d as my-packages.d. With the introduction of nested scopes, e can refer to d within the same scope directly.

PR: github.com/NixOS/nixpkgs/pull/

function doc on noogle (which isn't yet updated for the new behavior): noogle.dev/f/lib/packagesFromD

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We are hosting the 10th iteration (I forgot to toot about the previous one) of our Brussels / / User Group Meetup next Friday, March 28th, at @HSBXL!

The lightning talks planned so far are:
- Local DNS server with CoreDNS by Hugo
- Self-hosting a Mastodon instance by @xavier and myself :)

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We are hosting the 10th iteration (I forgot to toot about the previous one) of our Brussels / / User Group Meetup next Friday, March 28th, at @HSBXL!

The lightning talks planned so far are:
- Local DNS server with CoreDNS by Hugo
- Self-hosting a Mastodon instance by @xavier and myself :)

Ivan's avatar
Ivan

@[email protected]

You *should* be very careful which substituters (caches) you trust since you have to trust who can push to them. Effectively you are trusting them with root on your machine.

You *should* be wary of “community” caches if you don’t want to have to vet who has access there.

You *should* build things from source yourself if you do not wish to trust the build farm and Hydra infrastructure (or to lessen the load on their CDN)

What you should ABSOLUTELY NOT do is trust some random VC backed company (which may or may not have a business relationship with military-industrial-complex contractors) over the actual NixOS project which stewards the actual sources you trust to be secure in the first place

Ivan's avatar
Ivan

@[email protected]

You *should* be very careful which substituters (caches) you trust since you have to trust who can push to them. Effectively you are trusting them with root on your machine.

You *should* be wary of “community” caches if you don’t want to have to vet who has access there.

You *should* build things from source yourself if you do not wish to trust the build farm and Hydra infrastructure (or to lessen the load on their CDN)

What you should ABSOLUTELY NOT do is trust some random VC backed company (which may or may not have a business relationship with military-industrial-complex contractors) over the actual NixOS project which stewards the actual sources you trust to be secure in the first place

Zack Weinberg's avatar
Zack Weinberg

@[email protected]

[current mood: xkcd.com/349/ ]

I need someone who already has an account on git.lix.systems/ to file a bug report for me. I have repeatedly tried to create an account and the email confirmation email just never shows up.

I would also accept "manual creation of a non-github-based account" for me (as per the FAQ). No, I can't use Matrix to ask for one. I don't want to talk about that.

Zack Weinberg's avatar
Zack Weinberg

@[email protected]

on to the next puzzle

(for arbitrary nixos system configuration including disko-based declarative partitioning, how to enable generating *both* test VMs and installers? the obvious answer would seem to be "nixos-generators" but `nixosGenerate { format = "vm-nogui"; ... }` ignores disko configuration inside the `...`.)

futurile

@[email protected]

social talk this week by @paulbutgold on self-hosting @forgejo using /

His Gocix project brings the power of declarative configuration to running container services.

Details on the Wiki or register at the Meetup:

- libreplanet.org/wiki/Group:Gui

- meetup.com/guix-social/events/

@fnat

Image of the title screen of a talk. Consists of a picture of Giacomo Leidi, and the title of the talk "Self-hosting Forgejo in Guix using OCI Containers" with a sub-heading of "Declarative Docker and OCI Container Services"
Karl Voit :emacs: :orgmode:'s avatar
Karl Voit :emacs: :orgmode:

@[email protected] · Reply to Elias Probst's post

@eliasp While I know what you mean, I strongly disagree with that truncation.

First, the nixos hardware module needs to exist & support all of your particular hardware. This isn't a given thing depending on the HW you are about to use.

Secondly, there are still too many settings you need to do manually such as xfce environments, lots of app settings, ...

I started with NixOS in the naïve assumption that it is allowing me to define everything across all of my computers. I failed miserably & with the next opportunity, I'll switch back to Debian.

However, if you're totally open to let the community to choose the hardware platform (devices that do have a HW config module which supports all features), desktop environment (sway?) and all apps for you, then you're probably fine with "everything in your configuration". If not, you do spread misleading vibes here - so to say.

And yes, there's still the issue with not being to run in a normal way.

HTH

flashfox's avatar
flashfox

@[email protected]

I though it had been a while without any drama, but of course the universe provides.

Guess what, telemetry in is coming back. Again, it's Opt-Out, not Opt-In.
The difference: this time that work is sponsored by the NixOS Foundation.

github.com/cachix/devenv/pull/

oceansprint.org/reports/2025/

Brought to you by @domenkozar of course.

waldstepper's avatar
waldstepper

@[email protected]

Jeden Dienstag trifft sich der NixOS-Stammtisch ab 19:00Uhr auf der c-base


Das Bild zeigt eine NixOS Installation in der mainhall der c-base. @cbase

NixOS-Installer auf meinem ThinkPad X201 in der mainhall der c-base
hexa-'s avatar
hexa-

@[email protected] · Reply to la fillette révolutionnaire's post

@lizzy I could swear you're describing

Paul Meyer's avatar
Paul Meyer

@[email protected] · Reply to Paul Meyer's post

I had a super nice time on Lanzarote. Big thanks to the sponsors: [email protected] @nixos_org @cyberus @flox @cachix and rest!

You can read the full report of here: oceansprint.org/reports/2025/

Paul Meyer's avatar
Paul Meyer

@[email protected] · Reply to Paul Meyer's post

I had a super nice time on Lanzarote. Big thanks to the sponsors: [email protected] @nixos_org @cyberus @flox @cachix and rest!

You can read the full report of here: oceansprint.org/reports/2025/

Paul Meyer's avatar
Paul Meyer

@[email protected] · Reply to Paul Meyer's post

If you want to learn more about gobuild.nix and why we need it, checkout my talk at FOSDEM this year:
fosdem.org/2025/schedule/event

Paul Meyer's avatar
Paul Meyer

@[email protected]

2025 is over, it was an great experience!

I mostly worked on gobuild.nix, a next-generation builder for Go in nixpkgs. gobuild.nix removes vendoring for Go packages in nixpkgs, modeling the full dependency graph in Nix. Each module dependency will be its own derivation, including build cache on a module level.

During the sprint, I moved gobuild.nix from linking dependency source into a vendor directory to providing a local directory that can be used as GOPROXY. This is both more versatile and simple.

Together with @britter I started implementing a code generation tool that will help to package the large number of packages that will be part of the Go dependencies package set. The tool generates the Nix code for these packages, including the FOD hashes.

NixOS's avatar
NixOS

@[email protected]

Good news for all fans—Nix 2.27.0 has landed, and it’s bringing some great quality-of-life improvements!
A huge shoutout to the 21 contributors who made this release happen!
Want to upgrade? Get it here: releases.nixos.org/?prefix=nix

Read the announcement discourse.nixos.org/t/nix-2-27

waldstepper's avatar
waldstepper

@[email protected]

Jeden Dienstag trifft sich der NixOS-Stammtisch ab 19:00Uhr auf der c-base


Das Bild zeigt eine NixOS Installation in der mainhall der c-base. @cbase

NixOS-Installer auf meinem ThinkPad X201 in der mainhall der c-base
Benedikt Ritter (he/him)'s avatar
Benedikt Ritter (he/him)

@[email protected]

🌊💻 Greetings from 2025 in Lanzarote! 🚀

Surrounded by brilliant minds, we're hacking on , improving the ecosystem, and sharing knowledge—all with an ocean view. 🌊🏝️

Open-source is about community, innovation, and impact, and this sprint embodies it perfectly. Stay tuned for exciting updates!

People hacking on their laptops inside the living room of a villa
Lobsters's avatar
Lobsters

@[email protected]

Announcing Snix lobste.rs/s/s5p1ng
snix.dev/blog/announcing-snix/

Lobsters's avatar
Lobsters

@[email protected]

Announcing Snix lobste.rs/s/s5p1ng
snix.dev/blog/announcing-snix/

Lobsters's avatar
Lobsters

@[email protected]

Announcing Snix lobste.rs/s/s5p1ng
snix.dev/blog/announcing-snix/

Benedikt Ritter (he/him)'s avatar
Benedikt Ritter (he/him)

@[email protected]

🌊💻 Greetings from 2025 in Lanzarote! 🚀

Surrounded by brilliant minds, we're hacking on , improving the ecosystem, and sharing knowledge—all with an ocean view. 🌊🏝️

Open-source is about community, innovation, and impact, and this sprint embodies it perfectly. Stay tuned for exciting updates!

People hacking on their laptops inside the living room of a villa
Benedikt Ritter (he/him)'s avatar
Benedikt Ritter (he/him)

@[email protected]

🌊💻 Greetings from 2025 in Lanzarote! 🚀

Surrounded by brilliant minds, we're hacking on , improving the ecosystem, and sharing knowledge—all with an ocean view. 🌊🏝️

Open-source is about community, innovation, and impact, and this sprint embodies it perfectly. Stay tuned for exciting updates!

People hacking on their laptops inside the living room of a villa
Zack Weinberg's avatar
Zack Weinberg

@[email protected]

Spending a chunk of my weekend wrangling servers and once again frustrated with Guix in particular for how heavyweight the package manager is. There's this one VM that only needs like 5-10G of disk space* and 1G of RAM to do its actual _job_ but if I don't provision it with twice as much RAM and four times as much disk, `guix pull` and `guix system reconfigure` are liable to run the thing completely out of storage and crash.

I have a concrete idea for what to do about this, I call it a "drone" deployment of a declaratively configured OS. In Guix terms, this would be a type of system image, in which the guix-daemon and the `guix` command are *not* included. The store would include only the packages required at runtime by the operating-system spec, not any of the packages required to rebuild them.

The idea is that you have a separate beefier machine that rebuilds the image periodically, and then you push that image to the drone somehow, ideally in a way that mimics `nixos-rebuild --boot` (i.e. the running system is not affected until you reboot it).

In addition to making it possible to use a smaller machine or VM instance with this kind of OS, this should also be good for server hardening. The store could be kept read-only, you wouldn't have to consider the package manager as part of the attack surface, etc.

Has anyone done anything even vaguely like this already? For any base OS, not just declarative distributions of Linux?

* the part of me that grew up in the days of 1.44MB floppy disks is horrified that this is a *small* amount of disk space, but that's a me issue

HoldMyType's avatar
HoldMyType

@[email protected]

Features like IFD are useful in build systems because they allow build systems to be Monadic, in the words of the Hadrian paper: build things to decide what to build. By comparison, an Applicative build system such as Bazel can only take in things that are known statically; in Bazel it is thus common to check in generated build instructions. This property in category theory is illustrated in the type signatures of the operations of Monad and Applicative:

dl.acm.org/doi/10.1145/3241625
jade.fyi/blog/nix-evaluation-b

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Alright, there we go, it is the end of an era!

github.com/jakehamilton/config

Flakes are officially out!

tdback's avatar
tdback

@[email protected]

Something useful I learned today I thought I would share with any fellow nix users hosting repositories on @Codeberg

You can specify a repository URL prepended with "git+" to run an application with the apps or packages flake output attributes:

```
nix run git+https://codeberg.org/tdback/apod
```

This should also work for any git repo available over http (although I haven't tested it yet with my cgit instance).

As a side note, it looks like some work has been done to add official Gitea/Forgejo flake inputs to nix, but the issue has been inactive for some time: https://github.com/NixOS/nix/issues/11135

#nix #nixos #forgejo

LavX News's avatar
LavX News

@[email protected]

Unlocking NixOS: The Power of Dynamic Derivations

Dynamic derivations are set to revolutionize the NixOS ecosystem, enabling developers to create additional derivations at build time and streamline their workflows. This innovative feature promises to...

news.lavx.hu/article/unlocking

Unlocking NixOS: The Power of Dynamic Derivations
tdback's avatar
tdback

@[email protected]

Something useful I learned today I thought I would share with any fellow nix users hosting repositories on @Codeberg

You can specify a repository URL prepended with "git+" to run an application with the apps or packages flake output attributes:

```
nix run git+https://codeberg.org/tdback/apod
```

This should also work for any git repo available over http (although I haven't tested it yet with my cgit instance).

As a side note, it looks like some work has been done to add official Gitea/Forgejo flake inputs to nix, but the issue has been inactive for some time: https://github.com/NixOS/nix/issues/11135

#nix #nixos #forgejo

samueldr's avatar
samueldr

@[email protected]

Nix 🤡 fork

The “not-a-fork”[sic] fork of Nix has decided to go ahead and take over the next major version number out of the hands from the official Nix package, and from there, take over the mindshare of the version 3.0.

What the actual fuck?

This is effectively a hostile takeover of the Nix name. Nix 3.0 will surface the “not-a-fork”[sic] fork.

They will surely be using the excuse that it's “Determinate Nix”, which is a different name. But in practice, you know how it is. They are polluting the mindshare with their “not-a-fork”[sic] fork.

Also, this is absolutely 100% a fork, even though they say it's not.

This is a fork that has made the current state of Flakes stable. A major fork in the road. Either Nix will have to become "incompatible" with the stability “promises” from the “not-a-fork”[fork], or bow down to what Determinate Systems decides for compatibility, for their future.

I guess it's a good time to jump over to Lix, for anyone who hasn't done so. It work just fine with NixOS.

Hopefully we'll have a statement from the Nix project regarding this.

#NixOS #Nixpkgs #Nix

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Throwing this out there, I am still available for work! If you have something related, / related, or / related then I would love to chat!

You can find more about my background and projects on my website (which also includes contact information): jakehamilton.dev

decafkafk's avatar
decafkafk

@[email protected]

This is a serious proposal, we should actually ban and denounce determinate systems now.

https://discourse.nixos.org/t/we-should-urgently-ban-and-denounce-determinate-systems/61356

Please.

#nix #nixos #nixpkgs

Justinas's avatar
Justinas

@[email protected]

Hey people. I am once again making a thesis that Nix docs are not "bad", their discoverability is bad.

I've summarized my observations in a comment on an existing (yet pretty stale) issue on GitHub github.com/NixOS/nixos-homepag

How do we get this to reach "the right people" and start making some moves to improve discoverability? Boosts and advice appreciated.

decafkafk's avatar
decafkafk

@[email protected]

This is a serious proposal, we should actually ban and denounce determinate systems now.

https://discourse.nixos.org/t/we-should-urgently-ban-and-denounce-determinate-systems/61356

Please.

#nix #nixos #nixpkgs

decafkafk's avatar
decafkafk

@[email protected]

This is a serious proposal, we should actually ban and denounce determinate systems now.

https://discourse.nixos.org/t/we-should-urgently-ban-and-denounce-determinate-systems/61356

Please.

#nix #nixos #nixpkgs

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Okay, what do I need to do to get a Nixpkgs package set that successfully evaluates and doesn't take forever? If the answer is "you don't" then I am just going to load the flake instead because that is ridiculous.

Jake Hamilton's avatar
Jake Hamilton

@[email protected] · Reply to Jake Hamilton's post

Do you use Flakes directly or do you use something like Flake Parts, Snowfall Lib, etc?

OptionVoters
Flakes directly87 (76%)
Via a library27 (24%)
Jake Hamilton's avatar
Jake Hamilton

@[email protected] · Reply to Jake Hamilton's post

Do you use Flakes directly or do you use something like Flake Parts, Snowfall Lib, etc?

OptionVoters
Flakes directly87 (76%)
Via a library27 (24%)
Jake Hamilton's avatar
Jake Hamilton

@[email protected] · Reply to Jake Hamilton's post

What features of flakes do you actually use? Please let me know! Packages? NixOS Configurations? Checks? Hydra Jobs? Let me know what is important for your use case.

Aires's avatar
Aires

@[email protected]

I wouldn't be nearly as willing to experiment with software or self-host different services if it wasn't for . It feels liberating to do basically whatever I want with my computers without the overbearing worry of irreversibly breaking something, or getting my PC into an unrecoverable state. is great tech and I really want to see it and similar tools/ecosystems thrive

Bryan's avatar
Bryan

@[email protected]

I’ll be speaking at Cloud Native Days LA in about leveraging / to build pretty small container images. I’ll make an attempt at showing you the benefits of using something like Nix to do this, and daydream about possible future integrations. Looking forward to seeing you there!

Promotional picture of me with the SCaLE22x branding advertising that I’ll be giving a talk with title “Using Nix to build pretty small images” at the Cloud Native Days LA (cloudnativedays.org).
Ponygol's avatar
Ponygol

@[email protected]

Want to help out Nixpkgs but don't know what to do? I compiled a list of still failing packages due to switching to GCC-14 in stdenv a while back. GCC changed some warning to errors in this version and lots of especially older projects fail to build now.

Plenty of examples of the fix already in Nixpkgs, ideal for first time contributors.

polygon.github.io/fix-nixpkgs-

Josh Lee's avatar
Josh Lee

@[email protected]

It was such a thrill to talk about at ! I'm about a month late posting this, but here is the recording of my talk on "My Nixos-Powered Homelab"
fosdem.org/2025/schedule/event

Aires's avatar
Aires

@[email protected]

I wouldn't be nearly as willing to experiment with software or self-host different services if it wasn't for . It feels liberating to do basically whatever I want with my computers without the overbearing worry of irreversibly breaking something, or getting my PC into an unrecoverable state. is great tech and I really want to see it and similar tools/ecosystems thrive

Anton Sipos's avatar
Anton Sipos

@[email protected]

Flakes themselves don't have a versioning system.

Josh Lee's avatar
Josh Lee

@[email protected]

It was such a thrill to talk about at ! I'm about a month late posting this, but here is the recording of my talk on "My Nixos-Powered Homelab"
fosdem.org/2025/schedule/event

Aires's avatar
Aires

@[email protected]

I wouldn't be nearly as willing to experiment with software or self-host different services if it wasn't for . It feels liberating to do basically whatever I want with my computers without the overbearing worry of irreversibly breaking something, or getting my PC into an unrecoverable state. is great tech and I really want to see it and similar tools/ecosystems thrive

Ponygol's avatar
Ponygol

@[email protected]

Want to help out Nixpkgs but don't know what to do? I compiled a list of still failing packages due to switching to GCC-14 in stdenv a while back. GCC changed some warning to errors in this version and lots of especially older projects fail to build now.

Plenty of examples of the fix already in Nixpkgs, ideal for first time contributors.

polygon.github.io/fix-nixpkgs-

Bryan's avatar
Bryan

@[email protected]

I’ll be speaking at Cloud Native Days LA in about leveraging / to build pretty small container images. I’ll make an attempt at showing you the benefits of using something like Nix to do this, and daydream about possible future integrations. Looking forward to seeing you there!

Promotional picture of me with the SCaLE22x branding advertising that I’ll be giving a talk with title “Using Nix to build pretty small images” at the Cloud Native Days LA (cloudnativedays.org).
Yann Büchau :nixos:'s avatar
Yann Büchau :nixos:

@[email protected]

800 lines of :nixos: later and I have successfully beefed up our infrastructure at work @umphy with one 4:

· a gethomepage.dev landing page
· three fullHD webcams, one for each printer, with current filament visible
· a smart multiplug to remotely power off a printer in case of a problem/hangup
· 🐙 for the Prusa MK3S, by the ​s
· 🔐 all password-protected and certs from

homepage-dashboard (https://gethomepage.dev) showing links to Prusa printer webinterfaces and a Tasmota smart multiplug webinterface and three webcams, showing the idle printersTasmota webinterface of a NOUS A5T multisocket, showing buttons to switch off the three printers individuallyPrusaLink webinterface, showing cold (20°C) nozzle and bed temperatures and a prompt to upload a gcode file
drmorr's avatar
drmorr

@[email protected] · Reply to drmorr's post

Dockerfiles don’t scale — no abstractions, copy-paste between files; limited parallelism, multi-stage kinda sucks; non-reproducibility; bloated images; linear caching.

Also this talk is going fast, gonna be fun to livestream 😅

drmorr's avatar
drmorr

@[email protected]

Next talk: "Docker was too slow, so we replaced it: Nix in Production" by Aneesh Agrawal. Talking about how to use Nix to build container images for use with Kubernetes.

This is "probably" how I would start using Nix if I ever started using Nix, so I'm excited to learn more.

Yann Büchau :nixos:'s avatar
Yann Büchau :nixos:

@[email protected]

800 lines of :nixos: later and I have successfully beefed up our infrastructure at work @umphy with one 4:

· a gethomepage.dev landing page
· three fullHD webcams, one for each printer, with current filament visible
· a smart multiplug to remotely power off a printer in case of a problem/hangup
· 🐙 for the Prusa MK3S, by the ​s
· 🔐 all password-protected and certs from

homepage-dashboard (https://gethomepage.dev) showing links to Prusa printer webinterfaces and a Tasmota smart multiplug webinterface and three webcams, showing the idle printersTasmota webinterface of a NOUS A5T multisocket, showing buttons to switch off the three printers individuallyPrusaLink webinterface, showing cold (20°C) nozzle and bed temperatures and a prompt to upload a gcode file
Chris Wolff's avatar
Chris Wolff

@[email protected]

Can someone please explain to me why my math is wrong here? I have a very hard time believing that the entire nixpkgs repo is only ~4.7 GB.

Curling the GitHub API for the size of NixOS' nixpkgs repo, which is returned in kilobytes; I then divide that number by 1,048,576 which, at least theoretically, should convert the original number into gigabytes.  I'm sure my math has to off, though, somehow; the end result says that the entire repo is only ~4.7 GB, and I'm sure it has to actually be way bigger than that.
samueldr's avatar
samueldr

@[email protected]

Nix 🤡 fork

The “not-a-fork”[sic] fork of Nix has decided to go ahead and take over the next major version number out of the hands from the official Nix package, and from there, take over the mindshare of the version 3.0.

What the actual fuck?

This is effectively a hostile takeover of the Nix name. Nix 3.0 will surface the “not-a-fork”[sic] fork.

They will surely be using the excuse that it's “Determinate Nix”, which is a different name. But in practice, you know how it is. They are polluting the mindshare with their “not-a-fork”[sic] fork.

Also, this is absolutely 100% a fork, even though they say it's not.

This is a fork that has made the current state of Flakes stable. A major fork in the road. Either Nix will have to become "incompatible" with the stability “promises” from the “not-a-fork”[fork], or bow down to what Determinate Systems decides for compatibility, for their future.

I guess it's a good time to jump over to Lix, for anyone who hasn't done so. It work just fine with NixOS.

Hopefully we'll have a statement from the Nix project regarding this.

#NixOS #Nixpkgs #Nix

samueldr's avatar
samueldr

@[email protected]

Nix 🤡 fork

The “not-a-fork”[sic] fork of Nix has decided to go ahead and take over the next major version number out of the hands from the official Nix package, and from there, take over the mindshare of the version 3.0.

What the actual fuck?

This is effectively a hostile takeover of the Nix name. Nix 3.0 will surface the “not-a-fork”[sic] fork.

They will surely be using the excuse that it's “Determinate Nix”, which is a different name. But in practice, you know how it is. They are polluting the mindshare with their “not-a-fork”[sic] fork.

Also, this is absolutely 100% a fork, even though they say it's not.

This is a fork that has made the current state of Flakes stable. A major fork in the road. Either Nix will have to become "incompatible" with the stability “promises” from the “not-a-fork”[fork], or bow down to what Determinate Systems decides for compatibility, for their future.

I guess it's a good time to jump over to Lix, for anyone who hasn't done so. It work just fine with NixOS.

Hopefully we'll have a statement from the Nix project regarding this.

#NixOS #Nixpkgs #Nix

NixOS's avatar
NixOS

@[email protected]

🌍 Planet Nix is coming to SCALE 20X!

Join us March 6-7, 2025 for two days of talks, hands-on workshops, and community connections. Whether you're new to Nix or a longtime user, there's a place for you here.

Don’t miss out—let’s build the future of Nix together!
planetnix.com

Yann Büchau :nixos:'s avatar
Yann Büchau :nixos:

@[email protected]

Ich bin immer noch sehr zufrieden mit meinem Vortrag letztes Jahr auf dem @tuebix zum Thema "Dateien zeitstempeln, um damalige Existenz zu beweisen".

Wenn Du etwas über ein Problem wissen möchtest, bei dem Du gar nicht wusstest, dass Du es hast 😉, hier ist die Aufzeichnung:

tube.tchncs.de/w/jcJWeiQFPxgvi

Dieses Jahr auf dem werde ich wohl einen :nixos: / workshop geben.

Joshua Wood's avatar
Joshua Wood

@[email protected]

Got my first development environment (Jekyll website) running in NixOS on my Framework laptop using devenv. That makes this my first successful dev environment in nix. :) Nice work @domenkozar!

devenv.sh

Charles Fulton's avatar
Charles Fulton

@[email protected]

Switched my local development for Hexo from flakes to (still nix under the hood) and I'm happy with the result: blog.goodbyeplease.com/2024/08

Johnny's avatar
Johnny

@[email protected]

Explaining the store to people

Picture of a children's toy bucket with multiple different shaped holes cut in the top (square, circle, triangle, rectangle, arch). They are labelled /etc, /opt, /usr/lib, /usr/bin. The square is labelled /nix/store. A hand can be seen putting a cylinder labelled "literally anything" in the square hole
💩's avatar
💩

@[email protected]

Gave a new update and architectural overview on during : youtu.be/bm1jcTo8uYw

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

🎉 It’s almost time! Planet Nix is just a few days away. If you're attending, let’s connect!

Whether you want to discuss enterprise Nix, DevOps workflows, or just grab a coffee, we’d love to chat. Send us a DM!

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

🎉 It’s almost time! Planet Nix is just a few days away. If you're attending, let’s connect!

Whether you want to discuss enterprise Nix, DevOps workflows, or just grab a coffee, we’d love to chat. Send us a DM!

Erethon's avatar
Erethon

@[email protected]

A friend asked me some questions about and . So, naturally, I wrote a blog post with notes I wished I had access to when I first started using NixOS.

blog.erethon.com/blog/2025/02/

Beady Belle Fanchannel's avatar
Beady Belle Fanchannel

@[email protected]

> strace nix-build --verbose ~/nixpkgs -A hello 2>&1 | wc -l
27769

> strace nix build --verbose ~/nixpkgs#hello 2>&1 | wc -l
1320849

🤡

nialov's avatar
nialov

@[email protected]

Made module to define GitHub/Gitea actions in instead of `yaml` by rendering `nix` code to `yaml` using a defined package and/or pre-commit hook. This allows reuse of `nix` configured workflows across repositories 🚀 . Currently very much so a work-in-progress but issue reports and feature requests are very welcome so that it can be refined: github.com/nialov/actions.nix

Currently github.com/hercules-ci/flake-p is "required" but supporting more vanilla flakes is easily done, if needed.

Mike :nixos:'s avatar
Mike :nixos:

@[email protected]

Anyone going to / planet ?

It's next week!! I'll be speaking Friday morning all about building Nixbook!

Building a chromebook replacement with NixOS. 

Friday, 3/7/2025 10:30am
Ethan Carter Edwards's avatar
Ethan Carter Edwards

@[email protected]

Check out my recent post on building Nix systems with GitHub Actions and Cachix! ethancedwards.com/blog/buildin .

Mike :nixos:'s avatar
Mike :nixos:

@[email protected]

Anyone going to / planet ?

It's next week!! I'll be speaking Friday morning all about building Nixbook!

Building a chromebook replacement with NixOS. 

Friday, 3/7/2025 10:30am
Ethan Carter Edwards's avatar
Ethan Carter Edwards

@[email protected]

Check out my recent post on building Nix systems with GitHub Actions and Cachix! ethancedwards.com/blog/buildin .

Beady Belle Fanchannel's avatar
Beady Belle Fanchannel

@[email protected]

> strace nix-build --verbose ~/nixpkgs -A hello 2>&1 | wc -l
27769

> strace nix build --verbose ~/nixpkgs#hello 2>&1 | wc -l
1320849

🤡

secana 🦀's avatar
secana 🦀

@[email protected]

How long does it usually take for a new version to be available on ? It's currently on 1.84.1 but the latest Rust version is 1.85.

Klaus Frank's avatar
Klaus Frank

@[email protected] · Reply to Jake Hamilton's post

@jakehamilton Oh, looks like I managed to push back getting into long enough for it to have become irrelevant again.

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

One year after the community started falling apart, what has the new steering committee done?

(This is not a dig, I am actually asking for people to link accomplishments by the steering committee)

Erethon's avatar
Erethon

@[email protected]

A friend asked me some questions about and . So, naturally, I wrote a blog post with notes I wished I had access to when I first started using NixOS.

blog.erethon.com/blog/2025/02/

Erethon's avatar
Erethon

@[email protected]

A friend asked me some questions about and . So, naturally, I wrote a blog post with notes I wished I had access to when I first started using NixOS.

blog.erethon.com/blog/2025/02/

BMG's avatar
BMG

@[email protected]

So far today, I am way more productive than I expected.

I just knocked out a nice little diff pattern for nixos-facter with magic_rb, so you don't have to feel like you're just YOLO'ing every time you enable it :)

github.com/nix-community/nixos

Aires's avatar
Aires

@[email protected]

:blobcatnotlike: Running `nixos-rebuild` on a Raspberry Pi
:blobcatthumbsup: Running `nixos-rebuild --target-host pihole` on my server

Sandro :nixos: :verified_gay:'s avatar
Sandro :nixos: :verified_gay:

@[email protected]

You already know github.com/linyinfeng/angrr ? Gone are the stale result links and garbage collection roots.

Beady Belle Fanchannel's avatar
Beady Belle Fanchannel

@[email protected]

I just added a Roadmap to the repository. Have a look!

github.com/nix-community/lorri

I also added a BUSINESS_SUPPORT.md, since I do not have the free time to create all of these features and would like businesses to pay for them!

If your dev team uses lorri at work, please take a look!

Lobsters's avatar
Lobsters

@[email protected]

NixOS: the power of VM tests lobste.rs/s/9a3noh
bmcgee.ie/posts/2025/02/nixos-

Robert Hensing's avatar
Robert Hensing

@[email protected] · Reply to Jake Hamilton's post

@jakehamilton This is part of why it's still experimental. Some of the bad decisions are not feasible to support indefinitely.

A clear benefit of doing more in "user space" is that you get to change your mind about how composition and extension work, without a backcompat nightmare or losing compatibility (and making reproducibility moot).

We're making good progress on fetching, although we did underestimate it at first.
2.27 will have Git LFS and proper submodules support.
Also a bit of locking: 2.26 had a significant fix for relative path flakes (in-repo flake inputs).
More locking, as well as composability and extension/configurability will come.

Aada is kitty :blobCat_verified_badge:'s avatar
Aada is kitty :blobCat_verified_badge:

@[email protected]

If I have a nix devShell defined in a nix flake with a bunch of stuff that I use locally do something, is there a way for me to take this devShell and somehow yeet it into an OCI container so I can have this environment in our CI things as well?

raphiz's avatar
raphiz

@[email protected]

Been playing around with numtide's blueprint and devshell to set up a dev environment for a application - turns out, it's pretty fun! 🎉

What started as just a simple ended up with pre-commit hooks, a basic gradle derivation and a module with tests.
This should be a good starting point for my next projects.

continues to be a rabbit hole I love falling into 🌀

github.com/raphiz/gradle-nix-e

raphiz's avatar
raphiz

@[email protected]

Been playing around with numtide's blueprint and devshell to set up a dev environment for a application - turns out, it's pretty fun! 🎉

What started as just a simple ended up with pre-commit hooks, a basic gradle derivation and a module with tests.
This should be a good starting point for my next projects.

continues to be a rabbit hole I love falling into 🌀

github.com/raphiz/gradle-nix-e

Beady Belle Fanchannel's avatar
Beady Belle Fanchannel

@[email protected]

I just added a Roadmap to the repository. Have a look!

github.com/nix-community/lorri

I also added a BUSINESS_SUPPORT.md, since I do not have the free time to create all of these features and would like businesses to pay for them!

If your dev team uses lorri at work, please take a look!

Aada is kitty :blobCat_verified_badge:'s avatar
Aada is kitty :blobCat_verified_badge:

@[email protected]

If I have a nix devShell defined in a nix flake with a bunch of stuff that I use locally do something, is there a way for me to take this devShell and somehow yeet it into an OCI container so I can have this environment in our CI things as well?

Lobsters's avatar
Lobsters

@[email protected]

Being a happy Nixer on a Mac lobste.rs/s/utonjg
paretosecurity.com/blog/being-

Sandro :nixos: :verified_gay:'s avatar
Sandro :nixos: :verified_gay:

@[email protected]

You already know github.com/linyinfeng/angrr ? Gone are the stale result links and garbage collection roots.

flashfox's avatar
flashfox

@[email protected] · Reply to domenkozar's post

@domenkozar
Tell you what: you publish a blog post on devenv.sh owning up to what happened, and I'll apologize for assuming malicious intent.

@Pol @neo @cafkafk @roberth @jfredett @oliverwiegers

ck

@[email protected] · Reply to hexa-'s post

@hexa @soupglasses There is a discussion around that on discourse if you're interested

discourse.nixos.org/t/should-c

Personally, I find the situation quite bizarre, it kind of completely conflicts with my believe on how a FOSS space should function.

Lobsters's avatar
Lobsters

@[email protected]

Devenv telemetry warning via @crmsnbleyd lobste.rs/s/cvxhqu
chaos.social/@hexa/11400906974

flashfox's avatar
flashfox

@[email protected] · Reply to Robert Hensing's post

@roberth @oliverwiegers @jfredett @cafkafk So looks like the opt-out is not as out as you might have though...

discourse.nixos.org/t/should-c

Is it to early to call ?

flashfox's avatar
flashfox

@[email protected] · Reply to Robert Hensing's post

@roberth @oliverwiegers @jfredett @cafkafk So looks like the opt-out is not as out as you might have though...

discourse.nixos.org/t/should-c

Is it to early to call ?

Nyx Phoenix (new)'s avatar
Nyx Phoenix (new)

@[email protected]

is clearly the superior implementation because it has infinity more meows than : sourcegraph.com/search?q=conte

sourcegraph query, sidebar, by repository: lix-project/lix: 172 meows

CPP Nix is not here despite being in the query
decafkafk's avatar
decafkafk

@[email protected]

Domen, creator of devenv, recently added telemetry to his devenv thing, as part of adding AI to the product, and when nixpkgs contributors removed the telemetry, he reverted the change, with a self merge, without a fucking review even.

https://github.com/NixOS/nixpkgs/pull/381981

This is a clear conflict of interest. We need to stop this from happening in the NixOS organization, corpos need to have some respect for users.

Discussion thread: https://discourse.nixos.org/t/should-commercial-actors-ship-telemetry-in-nixpkgs/60279/8

#nix #nixos #nixpkgs

decafkafk's avatar
decafkafk

@[email protected]

Domen, creator of devenv, recently added telemetry to his devenv thing, as part of adding AI to the product, and when nixpkgs contributors removed the telemetry, he reverted the change, with a self merge, without a fucking review even.

https://github.com/NixOS/nixpkgs/pull/381981

This is a clear conflict of interest. We need to stop this from happening in the NixOS organization, corpos need to have some respect for users.

Discussion thread: https://discourse.nixos.org/t/should-commercial-actors-ship-telemetry-in-nixpkgs/60279/8

#nix #nixos #nixpkgs

flashfox's avatar
flashfox

@[email protected] · Reply to flashfox's post

@jfredett @oliverwiegers .... and reverted by the author, who apparently has commit rights and does not seem to agree with community PR workflow.

So we now have commercial actors in who can just push their own commercial agenda be decree.

isabel's avatar
isabel

@[email protected]

I wrote a longer blog then my usual about replacing `lib.nixosSystem` with my own builder.

https://isabelroses.com/blog/custom-lib-nixossystem-11

#nix #nixos
Aires's avatar
Aires

@[email protected]

:blobcatnotlike: Running `nixos-rebuild` on a Raspberry Pi
:blobcatthumbsup: Running `nixos-rebuild --target-host pihole` on my server

Solinvictus :vm:'s avatar
Solinvictus :vm:

@[email protected]

ffs, here we go again ... goddamn it @nixos_org why can't we just have a smooth transition :blobcatfacepalm:

flashfox's avatar
flashfox

@[email protected] · Reply to Joe 'Oz' Fredette's post

@jfredett @oliverwiegers

At least in the telemetry seems to be of by default now

github.com/NixOS/nixpkgs/pull/

flashfox's avatar
flashfox

@[email protected]

now collects "anonymous" data to train their "AI"

devenv.sh/blog/2025/02/13/deve

Lobsters's avatar
Lobsters

@[email protected]

devenv 1.4: Generating Nix Developer Environments Using AI lobste.rs/s/bfvovo
devenv.sh/blog/2025/02/13/deve

Nyx Phoenix (new)'s avatar
Nyx Phoenix (new)

@[email protected]

is clearly the superior implementation because it has infinity more meows than : sourcegraph.com/search?q=conte

sourcegraph query, sidebar, by repository: lix-project/lix: 172 meows

CPP Nix is not here despite being in the query
Lobsters's avatar
Lobsters

@[email protected]

Persistent packages on Steam Deck using Nix lobste.rs/s/vqprux
chrastecky.dev/gaming/persiste

Lobsters's avatar
Lobsters

@[email protected]

NixOS and Actually Portable Executables lobste.rs/s/oitgiq
jackkelly.name/blog/archives/2

Lobsters's avatar
Lobsters

@[email protected]

NixOS and Actually Portable Executables lobste.rs/s/oitgiq
jackkelly.name/blog/archives/2

Crystal's avatar
Crystal

@[email protected]

Another NixOS blogpost! This one about deploy-rs and deploying remotely!

after this one, I'm taking a brief break on this series while I figure out what to do with my machines. gonna focus on art n "cool stuff"

crystalwobsite.gay/posts/2025-

Crystal's avatar
Crystal

@[email protected]

Another NixOS blogpost! This one about deploy-rs and deploying remotely!

after this one, I'm taking a brief break on this series while I figure out what to do with my machines. gonna focus on art n "cool stuff"

crystalwobsite.gay/posts/2025-

isabel's avatar
isabel

@[email protected]

I wrote a longer blog then my usual about replacing `lib.nixosSystem` with my own builder.

https://isabelroses.com/blog/custom-lib-nixossystem-11

#nix #nixos
isabel's avatar
isabel

@[email protected]

I wrote a longer blog then my usual about replacing `lib.nixosSystem` with my own builder.

https://isabelroses.com/blog/custom-lib-nixossystem-11

#nix #nixos
Lobsters's avatar
Lobsters

@[email protected]

Three Years of Ephemeral NixOS: My Experience Resetting Root on Every Boot lobste.rs/s/ejwdhq
b.tuxes.uk/three-years-of-ephe

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

🌍🚀 Planet Nix 2025 is happening March 6-7 in Pasadena! It's the biggest Nix-focused conference in North America and co-located with SCaLE. Tickets are only $85 for both events! 🎟️

If you care about Nix, this is the place to be. Register now and meet us there: 🔗 socallinuxexpo.org/scale/22x

qeef's avatar
qeef

@[email protected]

Warning! Nix language!

qeef.srht.site/post/warning-ni

I wrote a piece. But I am too tired to read it after myself. Sorry.

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

🌍🚀 Planet Nix 2025 is happening March 6-7 in Pasadena! It's the biggest Nix-focused conference in North America and co-located with SCaLE. Tickets are only $85 for both events! 🎟️

If you care about Nix, this is the place to be. Register now and meet us there: 🔗 socallinuxexpo.org/scale/22x

Honnip's avatar
Honnip

@[email protected]

한국어 Nix 커뮤니티가 생겼다.

https://discord.gg/fRC6X7Z9yg

Robert Hensing's avatar
Robert Hensing

@[email protected]

🎙️ Learn about the latest Nix releases up to 2.26 on the Full Time Nix podcast with host mightyiam, edolstra, tomberek and me
fulltimenix.com/episodes/nix-2
@nixos_org

Yann Büchau :nixos:'s avatar
Yann Büchau :nixos:

@[email protected]

:nixos: and do HaaS: Hard-coding as a Service.

You tell it what you want your system to look like and it hard-codes the sh*t out of it.

This comes with all the benefits of hard-coding: Your environment, your PATH, manually installed software, etc. don't interfere with your base system at all. Every program and service sees exactly the dependencies and configurations they were given. The amount of power this gives for servers/embedded/purpose-built machines cannot be overstated!

secana 🦀's avatar
secana 🦀

@[email protected]

Hey users. Is there a way to add a font in a flake.nix only for the "nix develop" or is that generally impossible as fonts are always system wide?

Lionhairdino's avatar
Lionhairdino

@[email protected]

NixOS.kr 디스코드 서버가 막 생겼습니다.
discord.gg/AMp9VYR44J

BMG's avatar
BMG

@[email protected]

So far today, I am way more productive than I expected.

I just knocked out a nice little diff pattern for nixos-facter with magic_rb, so you don't have to feel like you're just YOLO'ing every time you enable it :)

github.com/nix-community/nixos

Lobsters's avatar
Lobsters

@[email protected]

Nix: string interpolation of directories gone awry lobste.rs/s/e7clsc
fzakaria.com/2025/02/02/nix-st

Lobsters's avatar
Lobsters

@[email protected]

Is NixOS truly reproducible? lobste.rs/s/j9iugq
luj.fr/blog/is-nixos-truly-rep

Lobsters's avatar
Lobsters

@[email protected]

Guix User and Contributor Survey 2024: The Results (part 2) lobste.rs/s/cgvvhc
guix.gnu.org/en/blog/2025/guix

Yann Büchau :nixos:'s avatar
Yann Büchau :nixos:

@[email protected]

Oh boy is working with strings terrible in :nixos: 😩

I need a function that escapes a string for use as a systemd service name. Especially the asterisk * is a problem, which makes building system-units fail. But nix has no regex-replace 😩 And I can't even find how to iterate over the characters in a string to do it semi-manually...

EDIT: Using an increasing number now instead of that problematic field, but still...

seth 🍃's avatar
seth 🍃

@[email protected]

got to get rid of basically all the inputs in catppuccin/nix's flake today thanks to a new 2.26 feature. can't wait to see it in nixpkgs :)

github.com/catppuccin/nix/pull

Heals :heart_nb:'s avatar
Heals :heart_nb:

@[email protected]

Hello @lix_project !

I'm currently running Lix on my mac based on the original determinate systems installer and I was wondering:

Is there a way to switch from Determinate to Lix's own installer?

I'm using a system flake with nix-darwin and home-manager so I don't thinks it's trivial to undo what the determinate installer did (so I could do a clean lix in taller based setup)

Lobsters's avatar
Lobsters

@[email protected]

Encrypted NixOS home server with passwordless reboot lobste.rs/s/hktw8t
log.pfad.fr/2025/fde-nixos-col

Lobsters's avatar
Lobsters

@[email protected]

Announcing Lix 2.92 "Bombe glacée" lobste.rs/s/qyd4pk
lix.systems/blog/2025-01-18-li

seth 🍃's avatar
seth 🍃

@[email protected]

's new subflake support is awesome

github.com/NixOS/nix/pull/10089

Ariel (L3 nightmare ed.)'s avatar
Ariel (L3 nightmare ed.)

@[email protected]

I wonder if I could configure my Nix binary cache to do on-demand cross-compilation of packages so this poor ancient laptop doesn't cook itself every time I rebuild....

Lobsters's avatar
Lobsters

@[email protected]

Bypassing disk encryption on systems with automatic TPM2 unlock lobste.rs/s/kllhgb
oddlama.org/blog/bypassing-dis

Lobsters's avatar
Lobsters

@[email protected]

Guix User and Contributor Survey 2024: The Results (part 1) lobste.rs/s/ydrrgk
guix.gnu.org/en/blog/2025/guix

Lobsters's avatar
Lobsters

@[email protected]

Packaging the Multipass Flutter GUI for NixOS lobste.rs/s/nidkrn
jnsgr.uk/2025/01/packaging-mul

Lobsters's avatar
Lobsters

@[email protected]

Laptop archeology or how to install NixOS 24.11 on a 25 year old laptop via @picnoir lobste.rs/s/fllbl0
blog.mynacol.xyz/en/nixos-on-f

Lobsters's avatar
Lobsters

@[email protected]

Nix - Death by a thousand cuts via @wezm lobste.rs/s/viyhqi
dgt.is/blog/2025-01-10-nix-dea

Lobsters's avatar
Lobsters

@[email protected]

Installing NixOS with the latest kernel lobste.rs/s/6jebmo
silky.github.io/posts/nixos-la

Lobsters's avatar
Lobsters

@[email protected]

sixos: a nix os without systemd lobste.rs/s/kgqpqy
media.ccc.de/v/38c3-sixos-a-ni

Lobsters's avatar
Lobsters

@[email protected]

Migrating Immich from Docker to NixOS lobste.rs/s/ebbded
diogotc.com/blog/immich-docker

Krutonium's avatar
Krutonium

@[email protected]

I love Nix because replace #!/bin/bash at the start of a shell script with

#!/usr/bin/env nix-shell
#! nix-shell -i bash
#! nix-shell -p bash jdk21

And now that script has guaranteed dependencies met. And you can use any interpreter you want, be it bash, python, or whatever.

Lobsters's avatar
Lobsters

@[email protected]

From Nix to Eos lobste.rs/s/3f9jfg
nrd.sh/blog/nix-to-eos/

Paul Meyer's avatar
Paul Meyer

@[email protected]

I'll be speaking at the Nix and NixOS devroom at @fosdem next year!

Go in the Nix ecosystem: vulnerability scanning and experiments towards a next-gen builder
fosdem.org/2025/schedule/event

Lobsters's avatar
Lobsters

@[email protected]

Nix is a build system lobste.rs/s/pt1p9w
chriswarbo.net/blog/2024-05-24

Lobsters's avatar
Lobsters

@[email protected]

Home Manager: dotfiles management lobste.rs/s/r5khln
gvolpe.com/blog/home-manager-d

Paul Meyer's avatar
Paul Meyer

@[email protected]

I recently contributed a patch to erofs-utils which has now been released with v1.8.3. It introduces a --hard-dereference option that converts hardlinks to separate inodes, similar to the equally-named flag in tar. It can be used to ensure reproducible image builds on systems where similar files from the root FS might be hard-linked against each other for optimization reasons -- like in the Nix store.
git.kernel.org/pub/scm/linux/k

Grimmauld's avatar
Grimmauld

@[email protected]

After yesterday making a list of things that need doing on discourse (discourse.nixos.org/t/apparmor), i started working on tooling for

I managed to use the nixpkgs package as a basis and clean up all the cruft apparmor has accumulated in the past 13 years since it was added.
Highlights:
- ALL tests of ALL components pass!
- strictDeps is enabled
- made it all more readable and maintainable

I developed this using flakes in my fork:
gitlab.com/Grimmauld/apparmor/

I call this progress :)

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We are hosting the 8th iteration of our Brussels / / User Group Meetup next Monday, December 9th, at @HSBXL! brunix.glitch.me

Aires's avatar
Aires

@[email protected]

So I just finished converting my config to Snowfall, and nothing about my system changed, which is as good of a review as I can give for a Nix framework. Shoutout to @jakehamilton for keeping it going (and for hosting your config online so I can ~~steal from~~ reference it 😛)

snowfall.org/guides/lib/quicks

Lix Project's avatar
Lix Project

@[email protected]

did you know: you can use the experimental `nix` CLI of CppNix/Lix on non-flakes projects?

nix-build -A myAttr.foo => nix build -f . myAttr.foo
nix-shell -A myAttr.foo => nix develop -f shell.nix myAttr.foo
nix-instantiate --eval foo.nix -A myAttr.foo => nix eval -f foo.nix myAttr.foo

Dominik's avatar
Dominik

@[email protected]

This is one of the most useful tools I have built:

history.nix-packages.com

Working with multiple versions of whatever software you need for your legacy app is a breeze.

You want some specific version of or whatever else without it polluting your system? You're just one `nix-shell` command away!

opdavies's avatar
opdavies

@[email protected]

I use Nix for all my application development projects.

oliverdavies.uk/daily/2024/11/

piegames's avatar
piegames

@[email protected] · Reply to Zufallsshirt's post

@zufallsshirt … by the community

Laauurraaa's avatar
Laauurraaa

@[email protected] · Reply to Laauurraaa's post

Here, a development environment that installs

1. Bun
2. Playwright
3. Chrome, firefox and a generic webkit browser

And sets it up correctly, in an isolated environment? With a nice "hey, this is how you use this development environment" comment as a cherry on top?

The entire Nix file is 46 lines of code. Most of it boilerplate.

Laauurraaa's avatar
Laauurraaa

@[email protected]

I love Nix so much, because you can just super easily contain an entire development environment in one file. This stuff is genuinely

- More flexible than docker
- Easier than docker
- More reliable than docker
- Faster than docker
- More powerful than docker

Why isn't literally everyone using Nix?

kalipso's avatar
kalipso

@[email protected] · Reply to NixOS's post

@nixos_org Hail , all hail

Aires's avatar
Aires

@[email protected] · Reply to NixOS's post

@nixos_org Amazing! Huge props to the release team! :apartyblobcat:

0x17 :cch:'s avatar
0x17 :cch:

@[email protected]

TIL: There is a based static site generator and I'm may be hooked :cyberheart_pink:

github.com/static-nix/styx

Paul Meyer's avatar
Paul Meyer

@[email protected]

call for participation ends in 3 days, 15 hours! Still plenty of time to hand in a proposal for the and devroom!

Paul Meyer's avatar
Paul Meyer

@[email protected]

After some months of work, I got the legacy `buildGoPackage` builder removed from . Most packages using the legacy builder were migrated to `buildGoModule`. Now we have less maintenance burden and thus the chance to work on something new!
github.com/NixOS/nixpkgs/issue

Check out the updated Go section in the nixpkgs manual: nixos.org/manual/nixpkgs/unsta

C.B.Leslie's avatar
C.B.Leslie

@[email protected]

Nix Gang,

github.com/Ookiiboy/ignoreBoy

I’ve had a really good time with managing development environments using devShells, so I created a nix shell library for generating .gitignore files from github's own templates. It comes with sane defaults as well.

Please take a peek. Maybe you'll love this tool as much as I love'd makin' it!

Aires's avatar
Aires

@[email protected]

24.11 () is temporarily delayed due to a regression in curl: github.com/NixOS/nixpkgs/issue

benwebb's avatar
benwebb

@[email protected]

Keep being surprised that I can't `coerce an integer to a string` in nix. I wonder if there's a good reason.

Nix & Rust Rhein-Neckar's avatar
Nix & Rust Rhein-Neckar

@[email protected]

All talks of our last :nixos: and :rust: meetup in are finally public. As always, you get to pick where you watch them.

PeerTube: tube.tchncs.de/w/p/akbB31cfbmV

YouTube: youtube.com/watch?v=97dzS-lUCi

alugha: alugha.com/videos/05bb8fb0-aa6

Arik Grahl's avatar
Arik Grahl

@[email protected]

I have just submitted my ​s for + Europe 2025 🎉

The first submission deals about defining manifests with Kubenix by leveraging modules.
The second submission discusses as a declarative and reproducible basis for .

I am curious how the cloud native ecosystem will receive as a complementing technology.
I would love to see more synergy effects here.

Wish me luck 🤞

Nix & Rust Rhein-Neckar's avatar
Nix & Rust Rhein-Neckar

@[email protected]

Celebrating our first anniversary, our next meetup is scheduled for Wednesday, December 18 at the Mathematikon in . For the first time, we are separating our Nix and Rust meetup, so be prepared for another announcement of our Rust anniversary meetup.

No matter if you use :nixos: or :lix_ice: on or , everyone is welcome to join us.

Pizza and drinks will be provided. If you plan to join us, please register for the event here:

rheinneckar.events/events/2f36

C.B.Leslie's avatar
C.B.Leslie

@[email protected]

Nix Gang,

I have released an opinionated Nix Flake template for Deno.

github.com/Ookiiboy/templates

Features include:
- direnv file - for you cool kids
- Pretty good .gitignore
- Built-in git hooks; no setup required, runs deno tooling on commit.
- Linked `.editorconfig`
- Nix formatter already setup

Should be fairly turnkey.

P.S.:
@deno_land team, if you're reading this, I have room for Dinosaur stickers on my laptop.

Zach Mitchell's avatar
Zach Mitchell

@[email protected]

Just a reminder that Planet is taking place on March 6-7th in Pasadena. The CFP is open and we'd love for you to submit a talk or workshop!

planetnix.com/

Robert Hensing's avatar
Robert Hensing

@[email protected]

On our way to meetup with @koen and @wheeze_NL.

A wintery highway, slightly snow covered trees on either side, autumn leaves still showing through, a beautiful sight
Ellyse's avatar
Ellyse

@[email protected]

Advent of Code with Nix (2019 day 2 part 2) - didn’t realise there was a part 2, so did it today!
This time we get to brute force a solution and shove it into the elf computer!
Click here for video: youtu.be/TBLH9i8qZj8

Nix & Rust Rhein-Neckar's avatar
Nix & Rust Rhein-Neckar

@[email protected]

We're finally planning our next :nixos: :lix_ice: meetup in , which will be set between the 12th and 19th December, celebrating our meetup's anniversay! 🎂 To make the schedule suitable for as many former participants as possible, we've set up a poll. We'll open the doors at 18:00 and start talks at 19:00. There will be Pizza for celebration. 🍕

cloud.korz.tech/apps/polls/s/F

Jeezy's avatar
Jeezy

@[email protected]

A year on, this remains the single most most viewed technical post I've ever written

It provides a detailed overview of the most popular approaches to handling in configurations, complete with examples

It's still as relevant today as it was last year!

lgug2z.com/articles/handling-s

futurile

@[email protected]

What should we call a group of Guix users?

One person is clearly a, 'Guix user', but what is a group? It's not a flock, and it can't be a Herd obviously! And anyway, and users are forging their own own path! In fact any user is already a pioneer. So what do you call a group of Guix users?

@luis_felipe reminded me there's no currently accepted one!

OptionVoters
Guix denizens1 (20%)
Guixers4 (80%)
Guixellators0 (0%)
Guixelati0 (0%)
Paul Meyer's avatar
Paul Meyer

@[email protected]

Incremental builds in Nix and garnix

"[Garnix] approach is to make the derivations you want cached to output their cache (for instance in a separate output), and then to import a previous version of that derivation, and use the cached output from that version in the new one."

garnix.io/blog/incremental-bui

Ellyse's avatar
Ellyse

@[email protected]

New Let’s Learn Together video on using Nix to package existing software but with dependencies missing. This one was fun! click link here:
youtu.be/4Z78L8igmlk

Paul Meyer's avatar
Paul Meyer

@[email protected]

NixOS Thaiger Sprint 2025 announced! A week of intense hacking on Nix in Thailand.
thaigersprint.org/

Paul Meyer's avatar
Paul Meyer

@[email protected]

TIL: `git archive` is used by GitHub and other forges to create an archive of a repo to download. git can do unexpected thing when creating such archive, like variable substitution using the `export-subst` feature. So even if a commit is immutable, you can still download different content if a ref or tag changed.

git-scm.com/docs/git-archive/2

Example: github.com/smallstep/cli/blob/

That's a real problem in context of reproducible builds (or just source-pinning in general).

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

If you're using directly from the Nix upstream: skip the 2.25.0 release, or adjust your Nix expressions. Users of flakehub.com/flake/determinate are unaffected.

See: github.com/NixOS/nix/issues/11

bashfulrobot / Dustin Krysak's avatar
bashfulrobot / Dustin Krysak

@[email protected]

Just sayin. could take a lesson from on meaningful error messages.

Ellyse's avatar
Ellyse

@[email protected]

Hi all! OMG Last section of the Nix language tutorial, finally we finished! I wonder if this means I can put Nix on my LinkedIn profile yet?

Today we cover derivations and review some example Nix code
youtu.be/527eHLyybQE

Neo's avatar
Neo

@[email protected] · Reply to Neo's post

I made a proof of concept “works out of the box”, “batteries included” Linux based desktop OS, built using and but with flatpak support for easy installation of user applications and no knowledge of underlying Nix base OS required.
It’s simply called “deskOS”, anyone who’s interested can check it out at nixup.io/

I even had a EU edition in mind: files.nixup.io/desk-os/release

Paco Velobs's avatar
Paco Velobs

@[email protected]

Hey and people 👋

I was wondering if something like mkYarnPackage already exists for 👀

I'm supposed to demonstrate the power of and on a + project at work.

I got something working with but that's not what they asked for 🤷

Jost :thisisfine: 🔥's avatar
Jost :thisisfine: 🔥

@[email protected]

If people near are interested in or , there is Nix Meetup planned for next Monday @netz39

Mon 11.11. - 7pm / 19 Uhr

Sandro :nixos: :verified_gay:'s avatar
Sandro :nixos: :verified_gay:

@[email protected]

Our search deployment at search.nüschtos.de got quite a few new in the last days including nix-darwin, authentik-nix, crowdsec, lanzaboote, microvm.nix, nixos-hardware, nixos-wsl, simple-nixos-mailserver, sops-nix and tsnsrv.

What other popular flakes are we missing?

Paul Meyer's avatar
Paul Meyer

@[email protected]

NixOS Steering Committee Election results are out!

Congrats to @winter @roberth @fpletz and the other (fediverse-less) winners.

github.com/NixOS/SC-election-2

Interesting the turnout is only (?) 56%, even after all the controversy of the last year.

💩's avatar
💩

@[email protected]

Gave a new update and architectural overview on during : youtu.be/bm1jcTo8uYw

Zach Mitchell's avatar
Zach Mitchell

@[email protected]

We're doing another conference in North America this year called Planet Nix! It's co-located with SCaLE in Pasadena on March 6-7th. Two tracks over two days, chocked full of Nix goodness. Submit your talk today!

discourse.nixos.org/t/announci

dereulenspiegel's avatar
dereulenspiegel

@[email protected]

nix, NixOS

Is there currently no official part of the nix lib which allows me to do calculations on IPv6 networks? Stuff like "give me the 8th address in this network". For a system which revolves very much around predictable configuration that looks like an oversight.
Also implementing this in yourself seems to be awful.

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

The future of software is : the vision of , and our effort to unabashedly evolve the Nix ecosystem.

New on the blog: buff.ly/3UnKxvO

Determinate Systems, Inc.'s avatar
Determinate Systems, Inc.

@[email protected]

2.24.10 is currently phasing in through all Determinate distribution channels. This release improves the security of Nix when using the optional, stricter sandbox on macOS.

An upstream advisory is not yet available.

decafkafk's avatar
decafkafk

@[email protected]

Just released nix-weather, a #rust cli-tool to check how many of your NixOS system’s build dependencies are in a binary cache.


$ nix-weather -n myhost -c /etc/config/
Found Nix Requisites in 8 seconds
Checked 2789 packages in 1 seconds
Found 2676/2789 (95.95%) in cache

This is useful to e.g. “check the weather” before going for an update. If the dependencies you want still haven’t been cached, it can be useful to know you can postpone an update to a later day when the weather is better on the cache.

Feel free to try it out from the GitHub mirror (it’s likely faster than my forgejo instance, and I’d appreciate saving the bandwidth).

https://github.com/cafkafk/nix-weather/releases/tag/v0.0.2

#nix #nixos

decafkafk's avatar
decafkafk

@[email protected]

babe wake up, I wrote about Helsing’s presence at Eurorust, winning their drone hackathon, and whether or not they’re just an “European Anduril” or a “good” defense company.

I also talk a bit about what this would mean for a Nix sponsorship policy, and what I think the Rust community can do.

And what’s the deal with Jon Gjengset suddenly working there?

https://cafkafk.dev/p/eurorust-2024-helsing/

#eurorust #eurorust2024 #nix #nixos

C.B.Leslie's avatar
C.B.Leslie

@[email protected]

` nix-store --gc --print-roots | grep "result"`, I love you.

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Hi everyone, I am now looking for full-time work! If you have a remote Software Engineer position available and work with web tech ( / / / / , etc), (or / ), , or / then please reach out! I love building tools to solve problems and delight users.

For examples of my previous work, links to my projects, and my resume, please see my website: jakehamilton.dev

Boosts very much appreciated!

Paul Meyer's avatar
Paul Meyer

@[email protected]

The Nix/NixOS devroom at @fosdem was accepted, and the CfP is open! I'm really amazed to be part of the organization team this year.
Talks can be submitted until 2024-11-30.

discourse.nixos.org/t/nix-and-

Aires's avatar
Aires

@[email protected]

Running into a nixos-rebuild problem. If I run `nixos-rebuild switch --build-host [my server]`, it builds, but I get the error "sudo: a terminal is required to read the password". Running `nixos-rebuild build` on its own does work, and it doesn't ask for a password since my user's trusted. It's just the final step of switching/booting into the build that fails becaus of sudo.

I did a bunch of searching and tried a dozen different fixes, but none of them worked. The only thing that worked was creating a nixos-rebuild wrapper script that basically splits a single remote switch/boot into two separate commands: a remote build, and then a local switch/boot. Basically it looks for a "--build-host" flag, and if it finds one, it runs `nixos-rebuild build --build-host [blah]`, then runs `nixos-rebuild switch`. Here's what it looks like: github.com/8bitbuddhist/nix-co

I feel like there has to be a better way though. Anyone else run into this issue and find a less convoluted solution?

Paul Meyer's avatar
Paul Meyer

@[email protected]

I just voted in the Steering Committee Election 📥
If you are registered as voter but haven't yet, you can do so until Sun, 2024-11-03.

Paul Meyer's avatar
Paul Meyer

@[email protected]

Nice, status update from nixbuild.net! blog.nixbuild.net/posts/2024-1
Always happy to see those smaller Nix companies thrive.

To me docs.nixbuild.net/remote-build is still one of the best introductions to nix remote builds out there.

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Portable Submodules for / /

kilo.bytesize.xyz/portable-sub

Johnny's avatar
Johnny

@[email protected]

Explaining the store to people

Picture of a children's toy bucket with multiple different shaped holes cut in the top (square, circle, triangle, rectangle, arch). They are labelled /etc, /opt, /usr/lib, /usr/bin. The square is labelled /nix/store. A hand can be seen putting a cylinder labelled "literally anything" in the square hole
seth 🍃's avatar
seth 🍃

@[email protected]

I've been nominated for the first NixOS Steering Committee!

You can read my candidate form here, where I explain some of my goals, previous work, and motivation in running for this position. I also encourage everyone to check the issues of this repository, which is filled with some great questions from the community and responses by myself and my fellow candidates

I will be continuing this thread by highlighting some of the questions I find most important for this election 🧵

github.com/NixOS/SC-election-2

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We are hosting the 7th iteration of our Brussels / / User Group Meetup next Monday, September 9th, at @HSBXL!

Charles Fulton's avatar
Charles Fulton

@[email protected]

Switched my local development for Hexo from flakes to (still nix under the hood) and I'm happy with the result: blog.goodbyeplease.com/2024/08

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We are hosting the 6th iteration (I forgot to toot about the previous one) of our Brussels / / User Group Meetup next Monday, August 12th, at @HSBXL! (And yes, there will be free pizzas again! 🍕)

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We do a 4th iteration of our Brussels / User Group Meetup, Monday 10th of June, at BeCentral again! brunix.glitch.me/

Joshua Wood's avatar
Joshua Wood

@[email protected]

Got my first development environment (Jekyll website) running in NixOS on my Framework laptop using devenv. That makes this my first successful dev environment in nix. :) Nice work @domenkozar!

devenv.sh

Yvan Sraka's avatar
Yvan Sraka

@[email protected] · Reply to Yvan Sraka's post

We’re doing a 2nd iteration of our / Meetup in tonight at @HSBXL :)

Yvan Sraka's avatar
Yvan Sraka

@[email protected]

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

fasterthanlime 🌌's avatar
fasterthanlime 🌌

@[email protected] · Reply to fasterthanlime 🌌's post

I quietly dropped a 12-part series about + tonight ✨

One part will unlock each week, $10/mo sponsors get access to the whole thing on day one and can share any article with friends/colleagues, etc.

Enjoy!

fasterthanli.me/series/buildin

Ross A. Baker's avatar
Ross A. Baker

@[email protected]

Post-disaster :

I am best known for , , and . I geek out over , , and the . I'm probably a .

I live in , with a , , , and a freshwater or five. I offset my with . I coach youth and attend North United Church.

This is a sequel after a Terraform disaster. Boosts appreciated to relocate my peeps.

are he/him.

Markus Wamser's avatar
Markus Wamser

@[email protected]

Hello World.

I'm a consultant/developer for Embedded Systems Security.

Every now and then I contribute to and

I tried blogging a few times before, but either the service went out of business after a few posts or I ran out of time for longer posts.

Expect and or orientended content from me.
Ocassional ramblings on random things, too.

maralorn's avatar
maralorn

@[email protected]

Hey and people!

I wrote a matrix bot for nixpkgs pull request notifications.

It‘s like the cool https//nixpk.gs/tracker.html by @qyliss, which shows you which release channels a pull request has reached.

With the bot you can subscribe and get notifications, whenever it reaches a channel instead of hammering F5 in your browser tab.

Just open a query to matrix.to/#/@nixpkgs-bot:maral and send "help".

Looking forward to you all stress testing it!

Jake Hamilton's avatar
Jake Hamilton

@[email protected]

Hello Fediverse! I'm Jake, a Software Engineer that likes building cool, impactful things! I've written mostly JavaScript and TypeScript in my career and love , , and / .

Lately I've been working on Nix-related things at github.com/snowfallorg/

Thank you to the wonderful people at Hachyderm for having me here :)