mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Docs: Update Nix dev-shell commands
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user