This commit is contained in:
Jonas Heinrich 2025-04-04 08:16:42 +02:00
parent af673c6fa2
commit 83d8aa21b5
5 changed files with 67 additions and 65 deletions

View file

@ -9,6 +9,7 @@
start =
pkgs.writeShellScriptBin "start" ''
set -e
export NIXPKGS_ALLOW_INSECURE=1
export QEMU_NET_OPTS="hostfwd=tcp::8080-:80"
${pkgs.nixos-shell}/bin/nixos-shell --flake .
'';