mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-04 03:05:40 +00:00
nix: add clang to flake.nix and shell.nix
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
release = false;
|
release = false;
|
||||||
}).workspaceShell { packages = with pkgs; [
|
}).workspaceShell { packages = with pkgs; [
|
||||||
rustfmt
|
rustfmt
|
||||||
|
clang
|
||||||
mold
|
mold
|
||||||
]; };
|
]; };
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user