Newer
Older
iw-utils / shell.nix
Michal Prihoda on 9 Feb 2022 96 bytes Initial import
{ pkgs ? import <nixpkgs> { } }:

with pkgs;
mkShell { buildInputs = [ jre bloop scala-cli ]; }