ShatteredPrism/program_info/shell.nix
2024-10-26 16:12:01 -04:00

12 lines
171 B
Nix

{
pkgs ? import <nixos-unstable> { },
}:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
inkscape
icoutils
imagemagick
nodePackages_latest.svgo
];
}