diff options
| author | quapka | 2024-08-07 14:50:48 +0200 |
|---|---|---|
| committer | quapka | 2024-08-07 14:50:48 +0200 |
| commit | edbc1c2b50a25e567d1c2f9cc49485a84be18833 (patch) | |
| tree | 4cea312a684e3194de5d23a3482f51a7bb3a1260 /nix/commonlibs.nix | |
| parent | f35278010ecd87398790b1d570dc349ea2737a4f (diff) | |
| download | ECTester-edbc1c2b50a25e567d1c2f9cc49485a84be18833.tar.gz ECTester-edbc1c2b50a25e567d1c2f9cc49485a84be18833.tar.zst ECTester-edbc1c2b50a25e567d1c2f9cc49485a84be18833.zip | |
Diffstat (limited to 'nix/commonlibs.nix')
| -rw-r--r-- | nix/commonlibs.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nix/commonlibs.nix b/nix/commonlibs.nix index 525d4aa..dde4cca 100644 --- a/nix/commonlibs.nix +++ b/nix/commonlibs.nix @@ -1,7 +1,6 @@ -{ - pkgs -}: -with pkgs; stdenv.mkDerivation rec { +{ pkgs }: +with pkgs; +stdenv.mkDerivation rec { name = "Common Libraries"; src = ../standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni; |
