Meta: Docs: Update Nix dev-shell commands

This commit is contained in:
Jess 2024-07-10 12:16:38 +12:00 committed by Andrew Kaster
parent fac82119df
commit dba448799d
Notes: sideshowbarker 2024-07-17 22:55:25 +09:00

View file

@ -58,10 +58,10 @@ The build process requires at least python3.7; openSUSE Leap only features Pytho
On NixOS or with Nix: On NixOS or with Nix:
```console ```console
nix develop .#ladybird nix develop
# With a custom entrypoint, for example your favorite shell # With a custom entrypoint, for example your favorite shell
nix develop .#ladybird --command bash nix develop --command bash
``` ```
On NixOS or with Nix using your host `nixpkgs` and the legacy `nix-shell` tool: On NixOS or with Nix using your host `nixpkgs` and the legacy `nix-shell` tool: