catppuccin-palette/shell.nix

5 lines
88 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = [pkgs.deno pkgs.nodejs];
}