mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
Use nix-shell over nix develop in .envrc (#3634)
This commit is contained in:
commit
440f7ea9a5
|
|
@ -138,6 +138,8 @@
|
|||
|
||||
{
|
||||
default = pkgs.mkShell {
|
||||
name = "prism-launcher";
|
||||
|
||||
inputsFrom = [ packages'.prismlauncher-unwrapped ];
|
||||
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Reference in a new issue