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";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
devShells.${system}.default = mkShell {
|
||||
packages = [
|
||||
just
|
||||
php83
|
||||
php83Packages.composer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue