chore: Remove legacy Python codebase
This commit is contained in:
parent
919d247934
commit
643fd3c61c
14 changed files with 24 additions and 1058 deletions
11
shell.nix
11
shell.nix
|
@ -3,9 +3,12 @@
|
|||
}: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# Runtime dependencies
|
||||
python3
|
||||
pciutils
|
||||
|
||||
# UnrealXR build dependencies
|
||||
go
|
||||
gopls
|
||||
|
||||
# evdi build dependencies
|
||||
libdrm
|
||||
linuxHeaders
|
||||
|
@ -37,11 +40,5 @@
|
|||
mkdir -p "$PWD/data/config" "$PWD/data/data"
|
||||
export UNREALXR_CONFIG_PATH="$PWD/data/config"
|
||||
export UNREALXR_DATA_PATH="$PWD/data/data"
|
||||
|
||||
if [ ! -d ".venv" ]; then
|
||||
python3 -m venv .venv
|
||||
fi
|
||||
|
||||
source .venv/bin/activate
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue