mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
nix fmt
This commit is contained in:
parent
c8a3e1b2d7
commit
eefb27efd1
1 changed files with 12 additions and 11 deletions
|
@ -5,7 +5,8 @@ let
|
|||
inherit (pkgs) lib;
|
||||
in
|
||||
pkgs.mkShell rec {
|
||||
packages = [
|
||||
packages =
|
||||
[
|
||||
pkgs.clang
|
||||
pkgs.curl
|
||||
pkgs.cmake
|
||||
|
|
Loading…
Reference in a new issue