...SL called the [[Overview of the Nix Language|Nix Language]] for specifying reproducible builds.
| A package manager that parses Nix expressions specifying reproducible build, putting the result in a store address with a hash of the dependency
2 KB (343 words) - 22:05, 11 May 2025
* [https://matrix.to/#/#reproducible-builds:nixos.org #reproducible-builds:nixos.org]
722 bytes (109 words) - 11:03, 6 April 2024
.... For this reason its is easier to work with a flake in order to provide a reproducible toolchain (including <code>rustc</code>, <code>cargo</code>, <code>rust-ana
* <code>rust-overlay</code>: Provides reproducible Rust toolchains in Nix
4 KB (460 words) - 11:25, 17 September 2025
=== Reproducible image dates ===
...nst using <code>created = "now"</code>, as that prevents images from being reproducible.
9 KB (1,233 words) - 22:13, 2 June 2025
* [https://github.com/oxalica/rust-overlay rust-overlay] - Pure and reproducible nix overlay of binary distributed rust toolchains
1 KB (161 words) - 11:07, 6 April 2024
...repo "provides a Nix-based framework for the definition of declarative and reproducible Jupyter environments. These environments include JupyterLab - configurable
...ke NixOS is well on its way to becoming a solid data science platform; the reproducible and language agnostic approach is a natural match to the task. But perhaps
5 KB (584 words) - 10:57, 6 April 2024
* Reproducible Builds
2 KB (300 words) - 11:11, 6 April 2024
* [https://github.com/DavHau/mach-nix mach-nix] - Create reproducible python environments from `requirements.txt` (using Nix)
3 KB (486 words) - 09:10, 8 April 2025
...taking dependencies as arguments and producing ''derivation'' specifying a reproducible build environment for the package. Nix stores the results of the build in u
7 KB (1,072 words) - 18:22, 31 July 2025
you can possibly use your system toolchain, but the results are not reproducible, and may have issues, so this is not recommended
3 KB (424 words) - 20:29, 14 January 2025
:: [https://www.socallinuxexpo.org/scale/21x/call-presenters CFP - Reproducible and Immutable Software] - Deadline 2023-11-01
7 KB (921 words) - 04:45, 27 June 2025
...with [https://github.com/nix-community/nix-direnv nix-direnv] to create a reproducible development environment. After the initial setup of nix-direnv (instruction
9 KB (1,108 words) - 12:01, 13 June 2025
...home/bob/foo.txt</code> and <code>/home/alice/foo.txt</code>; so it’s not reproducible.
7 KB (1,161 words) - 11:06, 6 April 2024
...t to) have a package definition you can still use a nix-shell to provide a reproducible development environment. To do so, you have to create a <code>shell.nix</co
9 KB (1,291 words) - 23:44, 14 August 2025
...in node2nix). It works by utilizing npm’s cache functionality – creating a reproducible cache that contains the dependencies of a project, and pointing npm to it."
9 KB (1,210 words) - 13:57, 25 November 2024
* Reproducible builds
8 KB (1,126 words) - 11:04, 6 April 2024
* potential for reproducible portable literate configurations
15 KB (1,967 words) - 17:48, 15 April 2024
...can also use nix in place of stack to keep track of the dependencies in a reproducible way (note that while stack uses a solver to find a working set of dependenc
20 KB (2,891 words) - 15:20, 15 August 2025
...he time of this writing; these optimizations cause Python builds to be non-reproducible and increase install times for the derivation. For a more detailed overview
21 KB (2,929 words) - 19:15, 26 September 2025