This website requires JavaScript.
Explore
Help
Sign In
etu
/
zenfolio-scraper
Watch
1
Star
0
Fork
You've already forked zenfolio-scraper
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
zenfolio-scraper
/
shell.nix
8 lines
72 B
Nix
Raw
Permalink
Blame
History
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
php
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink