From 3a28895159388e75fd3a05ab2dc89f8d9b25b7a9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Apr 2025 18:18:17 +0100 Subject: [PATCH] Add `sqlite` So installing from existing configuration will work. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 3a1890268..bff2f3531 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ just php83 php83Packages.composer + sqlite ]; }; };