Merge pull request 'nix: add clang to flake.nix and shell.nix' (#664) from add-clang into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/664
This commit is contained in:
commit
f4d3905d15
@ -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