Skip to content

Commit

Permalink
add ctrtool, update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Dec 5, 2024
1 parent 2166d5e commit 722c54c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 14 deletions.
79 changes: 66 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
devkitNix.url = "github:ihaveamac/devkitNix";
hax-nur.url = "github:ihaveamac/nur-packages";
};

outputs = { self, nixpkgs, devkitNix }: {
outputs = { self, nixpkgs, devkitNix, hax-nur }: {
devShells.x86_64-linux.default = let
pkgs = import nixpkgs { system = "x86_64-linux"; overlays = [ devkitNix.overlays.default ]; };
in pkgs.mkShell {
Expand All @@ -13,6 +14,7 @@
python3Packages.python
( python3Packages.callPackage ./firmtool.nix { } )
lua54Packages.lua
hax-nur.packages.x86_64-linux.ctrtool
];

inherit (pkgs.devkitNix.devkitARM) shellHook;
Expand Down

0 comments on commit 722c54c

Please sign in to comment.