run gradient server and worker all in one

This commit is contained in:
goeranh 2026-05-03 13:50:47 +02:00
parent 20b1103a6c
commit b5329ad61f
No known key found for this signature in database
3 changed files with 38 additions and 11 deletions

29
flake.lock generated
View file

@ -258,11 +258,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1777458607,
"narHash": "sha256-KcPvJ3+MFyDBf8GyE4zThu3u/LnXYXTB8X3V9s6R9/0=",
"lastModified": 1777807825,
"narHash": "sha256-LIHC5ayGLbEXY7wBrd71EE12xZDBltYqeE4qdEvWbC0=",
"owner": "wavelens",
"repo": "gradient",
"rev": "62f3132a90d9bd4fadb4688d20a684a464d6e8dc",
"rev": "0f5779845044d2a39e5f599f781d6cfb9248a219",
"type": "github"
},
"original": {
@ -323,11 +323,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1775423009,
"narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=",
"lastModified": 1777268161,
"narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9",
"rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github"
},
"original": {
@ -352,6 +352,22 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1777268161,
"narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1777077449,
@ -425,6 +441,7 @@
"gradient": "gradient",
"mailserver": "mailserver",
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops": "sops"
}
},