shell.nix
author Tomas Zeman <tomas@functionals.cz>
Tue, 11 May 2021 14:35:33 +0200
changeset 46 cd7815894e22
parent 39 d671d57178fc
permissions -rw-r--r--
Font-Awesome upgrade 5.15.1 -> 5.15.3

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [
    openjdk8
  ];
}