Files
react-native-svg/shell.nix
2025-02-10 23:04:46 +01:00

10 lines
125 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
nodejs
eslint_d
prettierd
yarn
];
}