Add composer2nix to all PHP dev shells

This commit is contained in:
Oliver Davies 2025-08-15 17:04:14 +01:00
parent 63c58e5c4e
commit 3572510177
8 changed files with 40 additions and 10 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"composer2nix": {
"flake": false,
"locked": {
"lastModified": 1646178110,
"narHash": "sha256-P3acfGwHYjjZQcviPiOT7T7qzzP/drc2mibzrsrNP18=",
"owner": "svanderburg",
"repo": "composer2nix",
"rev": "299caca4aac42d7639a42eb4dde951c010f6e91c",
"type": "github"
},
"original": {
"owner": "svanderburg",
"repo": "composer2nix",
"type": "github"
}
},
"devshell": {
"inputs": {
"nixpkgs": [
@ -89,6 +105,7 @@
},
"root": {
"inputs": {
"composer2nix": "composer2nix",
"devshell": "devshell",
"flake-parts": "flake-parts",
"import-tree": "import-tree",