zenfolio-scraper/shell.nix

8 lines
72 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
php
];
}