I'm very new to nix and nixos, so this repo is very wip.
install by
git clone https://github.com/Floki89/nixos.git
sudo nixos-rebuild switch --flake .
- make sure
/var/src/.populate
exists.
nix-build ./krops.nix -A all && ./result
- get requirements
nix-shell -p file patchelf
- get current interpreter
file $(which file)
- patch
sudo patchelf --set-interpreter [interpreter] [executable]
nix-shell -p pre-commit --run "pre-commit install"