From b4d7f546124666adec7e8b7cc57b2078592bda6e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 11 Dec 2024 21:13:54 +0100 Subject: [PATCH] add `assets` to flake source --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ae00aae..cf55366 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,7 @@ ./Cargo.lock ./Cargo.toml ./src + ./assets ]; }; };