mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
10 lines
125 B
Nix
10 lines
125 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
nodejs
|
|
eslint_d
|
|
prettierd
|
|
yarn
|
|
];
|
|
}
|