Cross build environment with nix16 November 2023·8 minsAdapting a devshell workflow for cross-compilation and compiler optimization.
Why you don't need flake-utils15 May 2023·6 minsLearn why flake-utils can fail on you, and some alternative solutions to handling multiple system outputs.
Nix shell with rustup3 March 2023·3 minsCall a toolchain.toml from nix, for better interoperability with non-nix developers
Filtering flake's self29 December 2022·2 minsQuick tutorial about filtering a flake’s self attribute, to avoid unnecessary recompilation.
Declarative Ubuntu19 June 2022·5 minsExperiment to have a Ubuntu installation managed declaratively, instead of imperatively
Channels to flakes12 February 2022·4 minsPin your channels and registry in a flake-based NixOS or home-manager installation
Private git repository with NixOS, Gitea and Drone29 January 2022·6 minsTutorial to get started with a self-hosted Git repo with automatic CI, as a Github/Gitlab alternative
Into the Nix5 January 2022·4 minsA short introduction to what is Nix, how it works, and what it can do for you