Add nix shell deps

master
Elis Hirwing 4 years ago
commit 1e2e87306e
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -0,0 +1 @@
use nix

@ -0,0 +1,7 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
php
];
}
Loading…
Cancel
Save