Refactor
This commit is contained in:
parent
445de07abe
commit
500fe827f3
1 changed files with 5 additions and 2 deletions
|
@ -6,14 +6,17 @@
|
|||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
php = pkgs.php83;
|
||||
phpPackages = pkgs.php83Packages;
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
devShells.${system}.default = mkShell {
|
||||
packages = [
|
||||
just
|
||||
php83
|
||||
php83Packages.composer
|
||||
php
|
||||
phpPackages.composer
|
||||
sqlite
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue