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
Add nix shell deps
Browse Source
master
Elis Hirwing
2018-12-22 21:12:04 +01:00
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
Expand all files
Collapse all files
1
.envrc
Normal file
Unescape
Escape
View File
@ -0,0 +1 @@
use nix
7
shell.nix
Normal file
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