add containerfile

This commit is contained in:
Sebastian Hugentobler 2024-05-10 17:09:07 +02:00
parent aeb66e878c
commit d7f056f77e
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 26 additions and 2 deletions

View file

@ -17,8 +17,8 @@ do but luckily enough it is the part I need for myself.
## Nix
A [nix](https://nixos.org/download/) environment with enabled
[nix-commands](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-nix-command)
in order to use `nix develop` and `nix build`.
[nix-commands](https://nixos.wiki/wiki/Flakes) in order to use `nix develop` and
`nix build`.
A statically linked binary for linux systems (using
[musl](https://musl.libc.org/)) can be compiled by running `nix build` (run