...with some basic optional persistence and without having to rebuild images for every app nix run -f . pkgs.uvms -- --persist-home librewolf alacritty --run librewolf --run alacritty
5 lines
75 B
Nix
5 lines
75 B
Nix
{
|
|
lib,
|
|
writers,
|
|
}:
|
|
writers.writePython3Bin "uvms-guest" { } ./guest.py
|