I'll be in SF March 7β11 after PlanetNix. Any builders around? DMs open.
18.02.2026 19:56 β π 0 π 0 π¬ 0 π 0I'll be in SF March 7β11 after PlanetNix. Any builders around? DMs open.
18.02.2026 19:56 β π 0 π 0 π¬ 0 π 0The feeling that I could re-use code I wrote, is what got me hooked onto Nix. Chef, Puppet, and Ansible are at an unfair advantage. What makes Nix structurally different is the vertical integration between the OS and package manager.
11.02.2026 19:56 β π 0 π 0 π¬ 0 π 0With Nix, if you need any service or package not in search.nixos.org, go to github.com/search and search "language:Nix theservice". Most of the time, someone has already implemented it.
12.01.2026 17:32 β π 13 π 2 π¬ 1 π 0Take a look at this plugin: github.com/discourse/di...
23.10.2025 12:00 β π 1 π 0 π¬ 0 π 0
I love to see PRs like this.
By defining a formatter spec, treefmt keeps its code simple, and slowly pushes the formatter ecosystem in the right direction.
It works surprisingly well.
github.com/reteps/docke...
When your auto-updater bot has more commits than you in your project :-p
github.com/numtide/nix-...
Thanks, this claim is bogus. I had a branch that chmod 0600 the file, but even this doesn't really count as "secure".
02.07.2025 17:47 β π 1 π 0 π¬ 0 π 0
Tired of hitting rate limits when running `nix flake update`? Trying to fetch a private repository in your flake inputs or builtin fetchers?
Here is a new tool for you (still early, looking for feedback):
github.com/numtide/nix-...
#exposuretherapy :)
28.05.2025 17:23 β π 0 π 0 π¬ 0 π 0Probably, somewhere in the middle of the other 400 other notifications.
27.03.2025 17:49 β π 1 π 0 π¬ 0 π 0How is that possible? Team notification is supposed to be disabled.
27.03.2025 13:24 β π 0 π 0 π¬ 1 π 0github.com/numtide/tree... now supports 100 formatters! :)
27.03.2025 13:21 β π 6 π 2 π¬ 0 π 0
Something I have been working on for the past month.
I'm excited to see what improved communication can bring to the NixOS ecosystem.
discourse.nixos.org/t/introducin...
Prediction: one or more languages will emerge, optimised for LLMs to talk to each other.
We'll start seeing Tweets that humans don't understand.
Nice, looks good!
06.03.2025 12:32 β π 1 π 0 π¬ 0 π 0Welcome!
25.02.2025 16:30 β π 0 π 0 π¬ 0 π 0
Our team is hiring. If Nix, NixOS and AWS sounds like fun check it out.
grnh.se/7bba27744us
β¨ devenv 1.4: Generating Nix Developer Environments Using AI
devenv.sh/blog/2025/02...
excalidraw.com is great to have around when having technical conversations. I like how zero-friction it is.
12.02.2025 14:12 β π 1 π 0 π¬ 0 π 0
Do you remember the OOP gang of four? Or how UML was going to replace programmers? When REST or Semantic Web was the new hotness? Or Unix systems full of security holes?
Stuggling to build good software isn't something new I feel.
As it should be; the article is making general dramatic claims based on zero evidence. What's the point of the article?
09.02.2025 13:53 β π 0 π 0 π¬ 1 π 0
Did anybody use www.citadel.org?
Every few years I run into it, and it has this intriguing set of features and vibe. BBS for the Web.
I'm curious if any businesses are using it.
FOSDEM gave me the cough'dem.
suno.com/song/de2da7c...
Brian wrote a post on blueprint: bmcgee.ie/posts/2025/0...
The project is coming along quite nicely.
Anybody else is going to FOSDEM this year?
Created a room for the NixOS peeps: matrix.to#/%23nixos-fo...
My wife was happy with her Pixel 4a phone. Last week Google pushed a software update, and now the battery is draining like a sieve. Google doesn't explain why this happeend and how to fix this.
news.ycombinator.com/item?id=4286...
nice, looks good. it's going to be good for the ecosystem to reduce the amount of input "follows" and flake.lock file sizes.
24.01.2025 13:34 β π 4 π 0 π¬ 0 π 0
Is anybody using determinate.systems/posts/magic-... ?
Kinda wondering if it's worth rewriting it in TypeScript.
discourse.nixos.org/t/nix-2-26-r...
Nix 2.26 is out!
The biggest change is how path sub-flakes are handled. Previously, their input was locked by a hash which led to confusion from users.
With that change, having a `./dev` sub-flake now becomes practical.