fix-python is a brillaint tool for python devs on nixos!
https://github.com/GuillaumeDesforges/fix-python
Been fighting nix-shell for weeks now trying to handle python virtual environments "the nix way" and it's so incredibly problematic. Fix-python script just patches every binary in the virtualenv to point directly to nix resources - simple and just works™
@algernon nix run nixpkgs/7dd2106#gdash
Enjoy! ;-)
PR is here, feedback and improvements are appreciated. If someone could test it on darwin or aarch64, it would be great. I don't have access to those platforms.
I wrote down a few of my thoughts on #NixOS
https://www.splitbrain.org/blog/2025-07/22-some_thoughts_on_nixos
#blogpost
Changing these 4 #NixOS config files was all I needed to:
1. build my qrbill program as part of my NixOS config
2. deploy qrbill as a systemd service with my usual security hardening settings for Go web servers
3. install nginx and make it reverse proxy to the qrbill service
4. set up LetsEncrypt to automatically obtain an HTTPS certificate
It’s a very pleasant level of abstraction IMHO :)
I plan to publish a blog post with such config patterns as I refine them…
Hey y'all !
Just posted first update to my #NixOS challenge. It's been two weeks now. Just started using #NixOSFlakes !
Read on to know more
https://bytes.xerolinux.xyz/posts/nixos-challenge/#update-1
@redmp JFYI the official wiki is at: https://wiki.nixos.org
So your link would be: https://wiki.nixos.org/wiki/Nixos-rebuild#without_Flakes
I packaged one of my favourite childhood games, Boulder Dash for Nix. Do you guys think there's any interest to make it an official package?
It's called gdash, and it's a close-to-the-original remake!
Might try to deploy nixos on a server with remote deployment and remote luks unlock and shit. If I’m feeling adventurous I might do it on a arm64 server.
But first a pnp writing session
I just deleted 100 #nixos generations. Big time GC incoming...
i'm following [1] to nixos-rebuild to a remote target-host at a specific version of nixpkgs distinct from my local version, however i end up with a remote system that doesn't know its own nixpkgs revision; i.e. similar to [2] sans the use of flakes ... still trying to track it down, but curious if anybody already knows what the problem is?
[1] https://nixos.wiki/wiki/Nixos-rebuild#without_Flakes
[2] https://discourse.nixos.org/t/nixos-version-does-not-output-version-revision-just-pre-git/45197
Packaging QEMU-AppleSilicon project for #NixOS https://github.com/NixOS/nixpkgs/pull/427208
QUEMU fork for emulating iPhone 11