Use nix-shell over nix develop in .envrc (#3634)

This commit is contained in:
Seth Flynn
2025-04-27 06:46:13 -04:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

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