Add devenv
This commit is contained in:
parent
9908cec213
commit
fa87a28f9e
7 changed files with 157 additions and 47 deletions
14
devenv.nix
Normal file
14
devenv.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
packages = [ pkgs.git ];
|
||||
|
||||
languages.php = {
|
||||
enable = true;
|
||||
version = "8.3";
|
||||
};
|
||||
|
||||
processes.sculpin-watch.exec = "sculpin generate --server --watch";
|
||||
|
||||
scripts.sculpin-build.exec = "sculpin generate --env prod --clean --no-interaction";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue