mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
php 8.3
This commit is contained in:
parent
233dc5f01f
commit
32c2a87ed0
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1734957624,
|
||||
"narHash": "sha256-RbvX9lf9lWQwG9vTXkscOiWTrKf8lzjyeOvW/v8IuBY=",
|
||||
"lastModified": 1735562399,
|
||||
"narHash": "sha256-CxgG+lj8QrPMukLuYGRVYqS63AngqhWFdoMoPIVMxQs=",
|
||||
"owner": "nix-community",
|
||||
"repo": "flakelight",
|
||||
"rev": "8c226ea0166784b02d4a58fbb015f9c01250221e",
|
||||
"rev": "ee9170f71465e6d893a8eda0a6062546dc73a5da",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -22,11 +22,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1734875076,
|
||||
"narHash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY=",
|
||||
"lastModified": 1735669367,
|
||||
"narHash": "sha256-tfYRbFhMOnYaM4ippqqid3BaLOXoFNdImrfBfCp4zn0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1807c2b91223227ad5599d7067a61665c52d1295",
|
||||
"rev": "edf04b75c13c2ac0e54df5ec5c543e300f76f1c9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ final: prev: {
|
|||
demostf-api = final.callPackage ./package.nix {};
|
||||
demostf-api-dev = final.callPackage ./package.nix {dev = true;};
|
||||
demostf-api-test = final.callPackage ./api-test.nix {};
|
||||
demostf-api-php = final.php82.buildEnv {
|
||||
demostf-api-php = final.php83.buildEnv {
|
||||
extraConfig = "memory_limit = 2G";
|
||||
extensions = {
|
||||
enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue