vintagestory

vintagestory 1.22.7

In-development indie sandbox game about innovation and exploration

https://www.vintagestory.at/
Unfree
main program: vintagestoryprograms: -
Platforms (1)
x86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  vintagestory
];
Ad-hoc shell
nix-shell -p vintagestory
Flake (nix run)
nix run nixpkgs#vintagestory