diff --git a/CREDITS.md b/CREDITS.md index 9b680409..fee86f6a 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -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 diff --git a/INSTALL.md b/INSTALL.md index b4e41d27..a6926239 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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`.