mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Use nix-shell over nix develop in .envrc (#3634)
This commit is contained in:
commit
440f7ea9a5
3 changed files with 7 additions and 1 deletions
|
|
@ -138,6 +138,8 @@
|
|||
|
||||
{
|
||||
default = pkgs.mkShell {
|
||||
name = "prism-launcher";
|
||||
|
||||
inputsFrom = [ packages'.prismlauncher-unwrapped ];
|
||||
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue