From 21daf4180e2be971a47057929d10b8eb9a068db7 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sun, 7 Jul 2024 01:04:52 -0700 Subject: [PATCH] update: deleting PHP from devbox --- devbox.json | 4 +-- devbox.lock | 97 ----------------------------------------------------- 2 files changed, 1 insertion(+), 100 deletions(-) diff --git a/devbox.json b/devbox.json index efc3741..626e91c 100644 --- a/devbox.json +++ b/devbox.json @@ -1,9 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.0/.schema/devbox.schema.json", "packages": [ - "dart@latest", - "php@latest", - "php83Packages.composer@latest" + "dart@latest" ], "shell": { "init_hook": [ diff --git a/devbox.lock b/devbox.lock index 1304f9c..4a7568f 100644 --- a/devbox.lock +++ b/devbox.lock @@ -48,103 +48,6 @@ "store_path": "/nix/store/wbj1csi5fk2w99aiglwgg1mv406pw4pn-dart-3.4.2" } } - }, - "php83Packages.composer@latest": { - "last_modified": "2024-06-22T18:46:48Z", - "resolved": "github:NixOS/nixpkgs/9693852a2070b398ee123a329e68f0dab5526681#php83Packages.composer", - "source": "devbox-search", - "version": "2.7.7", - "systems": { - "aarch64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/c7z17lxbpw2h26hpz4lkm0qzr2ajmgyr-composer-2.7.7", - "default": true - } - ], - "store_path": "/nix/store/c7z17lxbpw2h26hpz4lkm0qzr2ajmgyr-composer-2.7.7" - }, - "aarch64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/zf9k05kr9i81c14rkx49qpsllws5qqmy-composer-2.7.7", - "default": true - } - ], - "store_path": "/nix/store/zf9k05kr9i81c14rkx49qpsllws5qqmy-composer-2.7.7" - }, - "x86_64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/hwggjflib27ijasjgvhjg2fk7qg7qi2h-composer-2.7.7", - "default": true - } - ], - "store_path": "/nix/store/hwggjflib27ijasjgvhjg2fk7qg7qi2h-composer-2.7.7" - }, - "x86_64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/vplfs2jszxnnms17s0pwmkhwbx71nasj-composer-2.7.7", - "default": true - } - ], - "store_path": "/nix/store/vplfs2jszxnnms17s0pwmkhwbx71nasj-composer-2.7.7" - } - } - }, - "php@latest": { - "last_modified": "2024-06-22T18:46:48Z", - "plugin_version": "0.0.3", - "resolved": "github:NixOS/nixpkgs/9693852a2070b398ee123a329e68f0dab5526681#php83", - "source": "devbox-search", - "version": "8.3.8", - "systems": { - "aarch64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/075628hsjsd2cg26g7rsqq7c4p4n1b6s-php-with-extensions-8.3.8", - "default": true - } - ], - "store_path": "/nix/store/075628hsjsd2cg26g7rsqq7c4p4n1b6s-php-with-extensions-8.3.8" - }, - "aarch64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/6jmxx5gp8skq2ainijd83nvhn45xzf7n-php-with-extensions-8.3.8", - "default": true - } - ], - "store_path": "/nix/store/6jmxx5gp8skq2ainijd83nvhn45xzf7n-php-with-extensions-8.3.8" - }, - "x86_64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/ilyy5b77bjvxi97n29b2kxx3innykh7v-php-with-extensions-8.3.8", - "default": true - } - ], - "store_path": "/nix/store/ilyy5b77bjvxi97n29b2kxx3innykh7v-php-with-extensions-8.3.8" - }, - "x86_64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/2vp2fkf9av79zy2855w9cizm03fyksyi-php-with-extensions-8.3.8", - "default": true - } - ], - "store_path": "/nix/store/2vp2fkf9av79zy2855w9cizm03fyksyi-php-with-extensions-8.3.8" - } - } } } }