diff options
Diffstat (limited to 'nix/botanshim.nix')
| -rw-r--r-- | nix/botanshim.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/botanshim.nix b/nix/botanshim.nix index 3711d1d..8688b20 100644 --- a/nix/botanshim.nix +++ b/nix/botanshim.nix @@ -1,9 +1,9 @@ -{ - stdenv - , botan2 - , pkg-config +{ + stdenv, + botan2, + pkg-config, # NOTE change to jdk17? - , jdk11_headless + jdk11_headless, }: stdenv.mkDerivation { name = "BotanShim"; |
