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];
|
|
}
|