fixed nixery

This commit is contained in:
steven carpenter 2025-07-01 00:17:42 -04:00
parent 20f96e1368
commit c76004c330
3 changed files with 50 additions and 2 deletions

View file

@ -1 +1 @@
./ArmaReforgerServer -config ./Configs/default.json -maxFPS 60
export NIXPKGS_ALLOW_UNFREE=1 && nix-shell -p steam-run --run "steam-run ./ArmaReforgerServer -config ./Configs/default.json -maxFPS 60"