Skip to content

Commit

Permalink
swap back to raphiz's buildGradleApplication\n raphiz/buildGradleAppl…
Browse files Browse the repository at this point in the history
…ication#19 is merged. This swaps back to the "original" project.

Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
  • Loading branch information
C0D3-M4513R committed Jun 10, 2024
1 parent fdb1760 commit e8cd6dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This must be the stable nixpkgs if you're running the app on a
# stable NixOS install. Mixing EGL library versions doesn't work.
nixpkgs.url = "github:lorenzleutgeb/nixpkgs/gradle-8.8";
build-gradle-application.url = "github:C0D3-M4513R/buildGradleApplication";
build-gradle-application.url = "github:raphiz/buildGradleApplication";
utils.url = "github:numtide/flake-utils";
flake-compat = {
url = github:edolstra/flake-compat;
Expand Down Expand Up @@ -42,7 +42,7 @@

devShell = with pkgs;
mkShellNoCC {
buildInputs = [jdk openjfx22 gradle xorg.libxcb (updateVerificationMetadata { update_action = update_action; }) updateGradleVersion];
buildInputs = [jdk openjfx22 gradle xorg.libxcb (updateVerificationMetadata.override { updateAction = update_action; })];
LD_LIBRARY_PATH = libPath;
};
});
Expand Down

0 comments on commit e8cd6dd

Please sign in to comment.