Closed johnrichardrinehart closed 2 years ago
This PR introduces a flake.nix to be used with the nix build system to help support reproducible builds. Please consider this for your project - it's something like a Dockerfile in that including it is low cost, but high benefit.
flake.nix
nix
Dockerfile
Thanks @johnrichardrinehart!
Description
This PR introduces a
flake.nix
to be used with thenix
build system to help support reproducible builds. Please consider this for your project - it's something like aDockerfile
in that including it is low cost, but high benefit.