added default.nix
parent
ac69e0c48d
commit
e02878f0d7
@ -0,0 +1,10 @@
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation rec {
|
||||
name = "music-env";
|
||||
|
||||
buildInputs = [
|
||||
openjdk11
|
||||
jetbrains.idea-ultimate
|
||||
gradle
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue