|
|
|
|
|
by pxc
1189 days ago
|
|
On systems that have the same containerization feature that Docker requires, i.e., Linux systems with recent kernels, you can use nix-bundle¹ or the flakes-based experimental command inspired by it, `nix bundle`² to generate an all-in-one binary that you can run without installing Nix on the target. 1: https://github.com/matthewbauer/nix-bundle 2: https://github.com/NixOS/bundlers |
|