mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Docs: Update Nix dev-shell commands
This commit is contained in:
parent
fac82119df
commit
dba448799d
Notes:
sideshowbarker
2024-07-17 22:55:25 +09:00
Author: https://github.com/ttrssreal 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/dba448799d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/544
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue