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