Add clang-tools to nix devshell
This commit is contained in:
parent
024d9f7ef6
commit
da2e47ff86
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
name = "3ds-devshell";
|
name = "3ds-devshell";
|
||||||
packages = with nixpkgs.legacyPackages.${system}; [
|
packages = with nixpkgs.legacyPackages.${system}; [
|
||||||
gnumake
|
gnumake
|
||||||
|
clang-tools
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export DEVKITPRO=${devkitARM}
|
export DEVKITPRO=${devkitARM}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue