Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Nbc66](https://github.com/Nbc66): added some extra info to the installation guide
- [OzxyBox](https://github.com/ozxybox): WAD3 parser
- [Rythyrix](https://github.com/Rythyrix): minor library bugfix
- [SeraphimRP](https://github.com/SeraphimRP): Nixpkgs maintainer
- [Tholp](https://github.com/Tholp1): major BSP stability improvements
- [Trico Everfire](https://github.com/Trico-Everfire): open pack files based on Steam game install locations

Expand Down
7 changes: 3 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ as I don't use Arch Linux personally and don't know how that system works. (I us

#### NixOS:

VPKEdit is available from Nixpkgs thanks to [@Seraphim Pardee](https://github.com/SeraphimRP).
To install to the default profile, run `nix-env -i vpkedit`. See the
[Nix documentation](https://nix-tutorial.gitlabpages.inria.fr/nix-tutorial/getting-started.html)
for more information.
VPKEdit is available from Nixpkgs unstable thanks to [@Seraphim Pardee](https://github.com/SeraphimRP).
Add it to your system by placing `vpkedit` in the appropriate `environment.systemPackages = with pkgs; [];` section
in your Nix configuration. If you want to use it temporarily, run `nix-shell -p vpkedit` then `vpkedit` (for gui) or `vpkeditcli`.
Loading