Initial commit
This commit is contained in:
20
devenv.nix
Normal file
20
devenv.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
packages = [
|
||||
pkgs.liteparse
|
||||
];
|
||||
|
||||
languages = {
|
||||
php = {
|
||||
enable = true;
|
||||
packages = {
|
||||
composer = pkgs.phpPackages.composer;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user