From f8e1ce2ca82566b5767281812fb41cdca05a4fa1 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 17 Jan 2025 18:52:36 +0200 Subject: [PATCH] Fixed sqlite having the wrong package name --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index 47bb9b3..2ed1d25 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -25,7 +25,7 @@ gitMinimal neovim openssl - sqlite3 + sqlite ]; # Enable dynamic linking