







Generates a Nix expression for your Bundler-managed application. - aflatter/bundix
Nix & NixOS | Declarative builds and deployments
Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.


Pull requests · NixOS/nixpkgs
Nix Packages collection & NixOS. Contribute to NixOS/nixpkgs development by creating an account on GitHub.
Remote Builds - Nix Reference Manual
Nix supports remote builds, where a local Nix installation can forward Nix builds to other machines. This allows multiple builds to be performed in parallel and allows Nix to perform multi-platform builds in a semi-transparent way. For instance, if you perform a build for a x86_64-darwin on an i686-linux machine, Nix can automatically forward the build to a x86_64-darwin machine, if available.
Linux kernel will support $ORIGIN, sort of
For some reason, during TacoSprint 2026 I decided to see if we could tackle relocatable binaries in Nix.
fetchFromTangled: init by isabelroses · Pull Request #551110 · NixOS/nixpkgs
tangled is a new up and coming git hosting provider. nixpkgs already has a few packages that are hosted on tangled, so it would be nice to add the new fetcher for multiple people to use. the archiv...
Any Nix package, live in your browser
tl;dr Try it at https://trynix.dev. Click hello, or python 3.6.2 from 2017, or two eras of hello at once, or a package that exists in no public cache. A Linux machine boots in the tab and you get a shell with those Nix packages on PATH.
packsquash: init at 0.4.1 by nartsisss · Pull Request #546046 · NixOS/nixpkgs
https://github.com/ComunidadAylas/PackSquash - Minecraft: Java Edition resource and data pack optimizer which aims to achieve the best possible compression, performance and protection, improving pa...
Running Tangled.sh locally for development... - Wills thoughts
... without having NixOS running on your machine (kinda)