mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
Flake: Add and run formatter + Rename devshell
Add a formatter output to the flake (`nix fmt`), along with moving + renaming the devshell so it will work by running `nix-shell` in the root of the project.
This commit is contained in:
parent
6969d1eba3
commit
61fcccb104
Notes:
github-actions[bot]
2024-12-18 15:16:44 +00:00
Author: https://github.com/ttrssreal
Commit: 61fcccb104
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2918
4 changed files with 50 additions and 34 deletions
|
@ -114,10 +114,10 @@ nix develop
|
|||
nix develop --command bash
|
||||
|
||||
# Using nix-shell
|
||||
nix-shell UI
|
||||
nix-shell
|
||||
|
||||
# Using nix-shell and a custom shell
|
||||
nix-shell UI --command bash
|
||||
nix-shell --command bash
|
||||
```
|
||||
|
||||
Then invoke `cmake` directly. For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue