Skip to content

Commit b9dff2b

Browse files
committed
Add basic nix config
1 parent 4a4ca9c commit b9dff2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
with import <nixpkgs> {};
2+
3+
stdenv.mkDerivation {
4+
name = "using_directives";
5+
6+
buildInputs = with pkgs; [
7+
gradle_6
8+
];
9+
}

0 commit comments

Comments
 (0)