chore: use nix-shell over nix develop in .envrc (brakes less things)

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-04-13 12:16:07 -07:00
parent 42007290a0
commit bd304eee94
3 changed files with 7 additions and 1 deletions

View File

@ -132,6 +132,8 @@
{
default = pkgs.mkShell {
name = "prism-launcher";
inputsFrom = [ packages'.prismlauncher-unwrapped ];
packages = with pkgs; [