-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates nixpkgs-unstable to get OpenJDK 23 and picks up the Moneydance packaging changes from NixOS/nixpkgs#344544. Props to @emilazy for swimming against the ridiculous current of OpenJDK releases.
- Loading branch information
1 parent
f9171c6
commit f40289c
Showing
3 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
pkgs, | ||
pkgs-unstable, | ||
... | ||
}: | ||
{ | ||
gcp-secret-subst = pkgs.callPackage ./gcp-secret-subst { }; | ||
moneydance = pkgs.callPackage ./moneydance.nix { }; | ||
moneydance = pkgs.callPackage ./moneydance.nix { openjdk23 = pkgs-unstable.openjdk23; }; | ||
prometheus-jmx = pkgs.callPackage ./prometheus-jmx.nix { }; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters