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
commit 440f7ea9a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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; [