







A simple multi-profile Nix-flake deploy tool.
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.

Speed up your Nix Flake builds & caching with Devour-Flake & Cachix
I put together a guide on how to make your Nix flake builds and caching a lot faster using devour-flake alongside Cachix, and I wanted to share it…
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.

For me flake-parts is the best way to manage Nix flakes
28 votes, 29 comments. Raw flakes get messy fast with repeated forAllSystems boilerplate and nested attributes everywhere. flake-parts uses a module…
Declarative Server with NixOS: A Reproducible Infrastructure | Mustafa Erbay
A technical guide exploring how to create a declarative server configuration with NixOS, covering reproducibility and rollback processes.

nix-community/fenix
Rust toolchains and rust-analyzer nightly for Nix [maintainers=@figsoda, @winterqt, @eureka-cpu]
Pull requests · NixOS/nixpkgs
Nix Packages collection & NixOS. Contribute to NixOS/nixpkgs development by creating an account on GitHub.
Running Tangled.sh locally for development... - Wills thoughts
... without having NixOS running on your machine (kinda)
nix-community/nixos-apple-silicon
Resources to install NixOS bare metal on Apple Silicon Macs [maintainers=@tpwrules,@flokli,@yuyuyureka]
obscura: init at 0.1.10 by dhogenson · Pull Request #514273 · NixOS/nixpkgs
Things done Built on platform: x86_64-linux aarch64-linux x86_64-darwin aarch64-darwin Tested, as applicable: NixOS tests in nixos/tests. Package tests at passthru.tests. Tests in lib/...
flatpak-builder-tools: init at 0-unstable-2026-06-09 by RoGreat · Pull Request #544735 · NixOS/nixpkgs
"A collection of community-contributed scripts to assist with building applications using Flatpak Builder" Homepage: https://github.com/flatpak/flatpak-builder-tools Was just usin...