From 5f061d8c49bbc717a18d18b5f90b77b8823014a4 Mon Sep 17 00:00:00 2001 From: "Rdr. Seraphim Pardee" Date: Wed, 4 Jun 2025 10:24:05 -0400 Subject: [PATCH] chore: VPKEdit now available in NixOS 25.05 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a6926239..cd71601c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -70,6 +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 unstable thanks to [@Seraphim Pardee](https://github.com/SeraphimRP). +VPKEdit is available in NixOS 25.05 and 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`.