We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3002a7a commit 399db38Copy full SHA for 399db38
src/commands.rs
@@ -15,7 +15,11 @@ use thiserror::Error;
15
use tracing::{debug, warn};
16
use which::which;
17
18
-use crate::{installable::Installable, interface::NixBuildPassthroughArgs, nh_info};
+use crate::{
19
+ installable::Installable,
20
+ interface::NixBuildPassthroughArgs,
21
+ nh_info,
22
+};
23
24
static PASSWORD_CACHE: OnceLock<Mutex<HashMap<String, SecretString>>> =
25
OnceLock::new();
0 commit comments