From dba448799d7deaf4fc5cc594517dd65d7f63fe84 Mon Sep 17 00:00:00 2001 From: Jess Date: Wed, 10 Jul 2024 12:16:38 +1200 Subject: [PATCH] Meta: Docs: Update Nix dev-shell commands --- Documentation/BuildInstructionsLadybird.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 029a3fe8345..b775789394a 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -58,10 +58,10 @@ The build process requires at least python3.7; openSUSE Leap only features Pytho On NixOS or with Nix: ```console -nix develop .#ladybird +nix develop # 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: