feat: nix flake

This commit is contained in:
Nova
2024-04-13 18:11:23 -04:00
parent c582c85a1a
commit 37c3403dbd
27 changed files with 100 additions and 590 deletions

Binary file not shown.

View File

@@ -34,7 +34,7 @@ async fn main() -> Result<()> {
.pretty()
.init();
let (client, event_loop) = Client::connect_with_async_loop().await?;
client.set_base_prefixes(&[directory_relative_path!("res")]);
client.set_base_prefixes(&[directory_relative_path!("../res")]);
let _root = client.wrap_root(AppGrid::new(&client))?;