diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-01-05 23:34:41 -0600 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-01-15 10:25:02 -0600 |
| commit | 6be0902c095c534f875009b0c2b42e355d51f9bb (patch) | |
| tree | 159ac6bf1de0f578c1f912212b7b05d54a9e6348 /flake.nix | |
| parent | 0b16c1eeba49a68c106d0fc2bcf3007505fcc926 (diff) | |
nix vm: add documentation, add Gnome/X11 VM
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,7 @@ ); in { "wayland-gnome-${system}" = makeVM ./nix/vm/wayland-gnome.nix; + "x11-gnome-${system}" = makeVM ./nix/vm/x11-gnome.nix; }; apps.${system} = let @@ -98,6 +99,7 @@ ); in { wayland-gnome = wrapVM "wayland-gnome"; + x11-gnome = wrapVM "x11-gnome"; }; } # Our supported systems are the same supported systems as the Zig binaries. |
