summary refs log tree commit diff
path: root/img
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-04-09 10:16:32 +0000
committerAlyssa Ross <hi@alyssa.is>2023-04-09 10:16:32 +0000
commit06f46c4f1d27fa712434bc70c2a8c5201f285579 (patch)
tree803a157addd2069f5938fc9426d7b1921852c156 /img
parent80f8f8f4eb7991937269c7329b185ee8a2fe885a (diff)
downloadspectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.tar
spectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.tar.gz
spectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.tar.bz2
spectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.tar.lz
spectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.tar.xz
spectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.tar.zst
spectrum-06f46c4f1d27fa712434bc70c2a8c5201f285579.zip
img/app/shell.nix: change default run to mg
It makes more sense to default to a VM that doesn't do networking, and
so will actually work out of the box.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'img')
-rw-r--r--img/app/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/app/shell.nix b/img/app/shell.nix
index 6952a26..eca265c 100644
--- a/img/app/shell.nix
+++ b/img/app/shell.nix
@@ -2,7 +2,7 @@
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
 
 import ../../lib/eval-config.nix (
-{ config, run ? ../../vm/app/catgirl.nix, ... }:
+{ config, run ? ../../vm/app/mg.nix, ... }:
 
 with config.pkgs;