caching implemented and a flake tool for logo

This commit is contained in:
Priec
2026-06-29 12:38:27 +02:00
parent ed3150136a
commit 7b28e0d7a0
4 changed files with 11 additions and 1 deletions

View File

@@ -95,6 +95,8 @@
pkgs.llvmPackages.libclang.lib
# loco-rs CLI workflow helpers
pkgs.sea-orm-cli
# Logo/vector asset workflow helpers
pkgs.potrace
];
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";