This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues/pull-requests.
tlaternet-templates/shell.nix

10 lines
123 B
Nix

with import <nixpkgs> {};
runCommand "www" {
buildInputs = [
python3
nodejs
nodePackages.prettier
];
} ""