Skip to content

Commit

Permalink
fix bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Mar 2, 2024
1 parent 49b5cdd commit c164298
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
26 changes: 6 additions & 20 deletions flake.lock

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

12 changes: 5 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,18 @@
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
bgfx = {
url = "https://github.com/JustEnoughMod/bgfx.meson";
ref="main";
ref = "main";
flake = false;
type = "git";
submodules = true;
};
dylib = {
url = "https://github.com/JustEnoughMod/dylib.meson";
ref="main";
flake = false;
type = "git";
submodules = true;
};
JustEnoughMod = {
url = "https://github.com/JustEnoughMod/JustEnoughMod";
ref="main";
flake = false;
type = "git";
submodules = true;
};
};

Expand Down Expand Up @@ -187,6 +181,10 @@
};
};

devShells.precommit = mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
};

devShells.default = JustEnoughModCore-shell;
packages.default = JustEnoughModCore;
});
Expand Down

0 comments on commit c164298

Please sign in to comment.