1
0
Fork 0

Add clang-tools to nix devshell

This commit is contained in:
Toast 2024-03-14 10:17:35 +01:00
parent 024d9f7ef6
commit da2e47ff86

View file

@ -16,6 +16,7 @@
name = "3ds-devshell";
packages = with nixpkgs.legacyPackages.${system}; [
gnumake
clang-tools
];
shellHook = ''
export DEVKITPRO=${devkitARM}