From a69d8acae4f247b0615541ed5582bfac281b59b9 Mon Sep 17 00:00:00 2001 From: bowlbird Date: Sun, 22 Sep 2024 22:57:23 +0000 Subject: [PATCH] updated flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index beb1fdd..505d486 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ cp -r out/* "$out/lib/lib${name}.so" runHook postInstall ''; - } + }; }); }; }