Added bear for 3DS flake

This commit is contained in:
Alexandre 2026-04-27 22:39:35 +02:00
parent 993398b011
commit 9a26734142

View File

@ -16,9 +16,11 @@
};
in {
devShells.default = pkgs.mkShell.override { stdenv = pkgs.devkitNix.stdenvARM; } {
nativeBuildInputs = [ pkgs.gnumake ];
nativeBuildInputs = [
pkgs.gnumake
];
shellHook = ''
export PATH="${pkgs.azahar}/bin:$PATH"
export PATH="${pkgs.bear}/bin:${pkgs.azahar}/bin:$PATH"
'';
};