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

9 lines
97 B
Nix
Raw Normal View History

2020-02-09 02:44:15 +00:00
with import <nixpkgs> {};
runCommand "www" {
buildInputs = [
python3
nodejs
];
} ""