Skip to content

Commit 399db38

Browse files
committed
feat: add notifications
1 parent 3002a7a commit 399db38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/commands.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ use thiserror::Error;
1515
use tracing::{debug, warn};
1616
use which::which;
1717

18-
use crate::{installable::Installable, interface::NixBuildPassthroughArgs, nh_info};
18+
use crate::{
19+
installable::Installable,
20+
interface::NixBuildPassthroughArgs,
21+
nh_info,
22+
};
1923

2024
static PASSWORD_CACHE: OnceLock<Mutex<HashMap<String, SecretString>>> =
2125
OnceLock::new();

0 commit comments

Comments
 (0)