hacking
This commit is contained in:
parent
af673c6fa2
commit
83d8aa21b5
5 changed files with 67 additions and 65 deletions
|
|
@ -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 .
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue