JavaFX nix shell
This commit is contained in:
parent
ec5adf3828
commit
13a2ee9736
1 changed files with 9 additions and 0 deletions
9
programs/direnv/shells/javafx.nix
Normal file
9
programs/direnv/shells/javafx.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
jdk11
|
||||
openjfx11
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue