James Stone: TILs on nix

Atom feed for nix

nix Using network in a nix build - 2025-09-30

You can not normally use network in a nix build, as it is not sandboxed and is therefore a source of non reproducibility. …

nix Adding shell completions to a command in nix - 2025-07-10

when …