chore(nix): update nix flake

This commit is contained in:
Ashley Wulber 2023-12-22 10:34:47 -05:00 committed by GitHub
parent 0abed4c665
commit 93ee7861e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 80 deletions

View file

@ -34,6 +34,7 @@ use tracing_subscriber::{fmt, prelude::*, EnvFilter};
use zbus::ConnectionBuilder;
use crate::notifications::notifications_process;
const XDP_COSMIC: Option<&'static str> = option_env!("XDP_COSMIC");
#[tokio::main(flavor = "current_thread")]
async fn main() -> Result<()> {
@ -226,7 +227,7 @@ async fn start(
let span = info_span!(parent: None, "xdg-desktop-portal-cosmic");
start_component(
"/usr/libexec/xdg-desktop-portal-cosmic",
XDP_COSMIC.unwrap_or("/usr/libexec/xdg-desktop-portal-cosmic"),
span,
&process_manager,
&env_vars,