nix: add clang to flake.nix and shell.nix
This commit is contained in:
parent
75d5d08ee1
commit
d50fa2a562
@ -50,6 +50,7 @@
|
|||||||
release = false;
|
release = false;
|
||||||
}).workspaceShell { packages = with pkgs; [
|
}).workspaceShell { packages = with pkgs; [
|
||||||
rustfmt
|
rustfmt
|
||||||
|
clang
|
||||||
mold
|
mold
|
||||||
]; };
|
]; };
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user