ShatteredPrism/program_info/shell.nix
2024-05-07 00:55:12 -04:00

5 lines
145 B
Nix

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