Refactor
This commit is contained in:
parent
2008ea3400
commit
445de07abe
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
in
|
in
|
||||||
|
with pkgs;
|
||||||
{
|
{
|
||||||
|
devShells.${system}.default = mkShell {
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
packages = [
|
||||||
packages = with pkgs; [
|
|
||||||
just
|
just
|
||||||
php83
|
php83
|
||||||
php83Packages.composer
|
php83Packages.composer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue