summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2025-01-05 23:34:41 -0600
committerJeffrey C. Ollie <jeff@ocjtech.us>2025-01-15 10:25:02 -0600
commit6be0902c095c534f875009b0c2b42e355d51f9bb (patch)
tree159ac6bf1de0f578c1f912212b7b05d54a9e6348 /flake.nix
parent0b16c1eeba49a68c106d0fc2bcf3007505fcc926 (diff)
nix vm: add documentation, add Gnome/X11 VM
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index acbfb7a9f..c0fdd42c3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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.