This website works better with 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
Add nix shell deps
Browse Source
master
Elis Hirwing
4 years ago
commit
1e2e87306e
Signed by:
etu
GPG Key ID:
D57EFA625C9A925F
2 changed files
with
8 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
.envrc
Unescape
Escape
View File
@ -0,0 +1 @@
use nix
7
shell.nix
Unescape
Escape
View File
@ -0,0 +1,7 @@
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
php
]
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
etu/zenfolio-scraper
Title
Body
Create Issue