nixos-config/shells/accentor-web.nix
2020-05-06 15:23:19 +02:00

10 lines
127 B
Nix

let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
buildInputs = with pkgs; [
nodejs-12_x
python38
yarn
];
}