mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ladybird: Add ladybird.nix to nix flake in Toolchain/
Add another dev shell to `Toolchain/flake.nix` called `ladybird.nix` that pulls in the dependencies for building Ladybird. Also update the documentation to mention building with a flake.
This commit is contained in:
committed by
Andrew Kaster
parent
54265cec1c
commit
0347d04289
@@ -36,6 +36,10 @@ On Nix/NixOS:
|
||||
```
|
||||
nix-shell ladybird.nix
|
||||
```
|
||||
You can also use the nix flake in `Toolchain`:
|
||||
```
|
||||
nix develop Toolchain/#ladybird
|
||||
```
|
||||
|
||||
On macOS:
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
{
|
||||
formatter = pkgs.nixpkgs-fmt;
|
||||
devShells.default = import ./serenity.nix { inherit pkgs; };
|
||||
devShells.ladybird = import ../Ladybird/ladybird.nix { inherit pkgs; };
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user