Skip to content

Commit

Permalink
chore(gaming): changed minecraft source from stable to unstable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 8, 2024
1 parent b5dfcb1 commit 19a0eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/desktop/gaming/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in

home-manager.users.wittano.home.packages =
let
jre = pkgs.jre17_minimal;
jre = pkgs.jre;
envLibPath = lib.makeLibraryPath (with pkgs;[
curl
libpulseaudio
Expand All @@ -45,7 +45,7 @@ in
--chdir /tmp \
"''${gappsWrapperArgs[@]}"
'';
fixedMinecraft = pkgs.minecraft.overrideAttrs { postFixup = postFixupScript; };
fixedMinecraft = unstable.minecraft.overrideAttrs { postFixup = postFixupScript; };
in
with pkgs; [
# Lutris
Expand Down

0 comments on commit 19a0eb3

Please sign in to comment.