From 35af0786c0f5fbcfe7713c443c645cc2a09efb54 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sat, 10 Sep 2022 21:55:26 +0100 Subject: [PATCH] nix: fix syntax error --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1b1d494f57..3098f2ade8 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ sha256map = import ./scripts/nix/sha256map.nix; modules = [{ packages.direct-sqlcipher.patches = [ - "./scripts/nix/direct-sqlcipher-2.3.27.patch", + "./scripts/nix/direct-sqlcipher-2.3.27.patch" "./scripts/nix/direct-sqlcipher-android.patch" ]; packages.entropy.patches = [ ./scripts/nix/entropy.patch ];