just: add 'edit' target
This commit is contained in:
parent
1cc652384e
commit
a08b1f2071
2 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
protobuf
|
||||
(fenix.packages.x86_64-linux.fromToolchainFile {
|
||||
dir = ./.;
|
||||
sha256 = "sha256-3St/9/UKo/6lz2Kfq2VmlzHyufduALpiIKaaKX4Pq0g=";
|
||||
sha256 = "sha256-7QfkHty6hSrgNM0fspycYkRcB82eEqYa4CoAJ9qA3tU= ";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
5
justfile
5
justfile
|
@ -8,3 +8,8 @@ run:
|
|||
|
||||
fmt:
|
||||
nix fmt flake.nix
|
||||
|
||||
# See https://github.com/zed-industries/zed/blob/main/docs/src/developing_zed__building_zed_linux.md
|
||||
alias e := edit
|
||||
edit:
|
||||
WALYAND_DISPLAY= nixVulkanIntel zed .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue