mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-30 16:36:36 -05:00
build and run in nix-shell (#2000)
This commit is contained in:
parent
fd985b0c9a
commit
044ea7593a
2 changed files with 22 additions and 0 deletions
10
shell.nix
Normal file
10
shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gnumake
|
||||
wget
|
||||
git
|
||||
javaPackages.openjfx21
|
||||
(pkgs.jdk21.override {enableJavaFX = true;})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue