tvl-depot/website/days-of-week-habits/shell.nix

9 lines
108 B
Nix
Raw Normal View History

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