Skip to content

Commit

Permalink
nix: +devShells.alo
Browse files Browse the repository at this point in the history
  • Loading branch information
leana8959 committed Sep 16, 2024
1 parent a376c78 commit 68e8298
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nix/devShells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
{ pkgs, lib, ... }:
{
devShells = rec {
alo = pkgs.mkShell {
name = "ALO";
packages = [
# https://github.com/NixOS/nixpkgs/issues/338165
# https://discord.com/channels/568306982717751326/1269736687387414642
(pkgs.jdk17.override { enableJavaFX = true; })
pkgs.maven
];
};

forgejo = pkgs.mkShell {
name = "forgejo";
packages = [
Expand Down

0 comments on commit 68e8298

Please sign in to comment.