tvl-depot/website/sandbox/covid-uk/shell.nix
William Carroll f4fea2346e Move sandbox into website
Nest the sandbox work under ./website.
2020-03-20 00:52:05 +00:00

8 lines
108 B
Nix

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