feat: nix flake
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user