mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-08-03 18:27:19 -04:00
5 lines
145 B
Nix
5 lines
145 B
Nix
{pkgs ? import <nixos-unstable> {}}:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [inkscape icoutils imagemagick nodePackages_latest.svgo];
|
|
}
|