You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flake.*: add Nix support for establishing a development environment
Nix is a package system similar to Go modules for creating predictable
builds and environments. Nix builds are reproducible and a ligthweight
alternative to Docker.
This change makes the repository a Nix flake that includes a development
environment. Use it with Nix 2.4 and later with flakes enabled:
$ alias nix='nix --extra-experimental-features "nix-command flakes"'
$ nix develop
Signed-off-by: Elias Naur <[email protected]>
0 commit comments