ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

do not clear env for key command

-1
-1
wire/lib/src/hive/steps/keys.rs
··· 69 69 .stdin(Stdio::null()) 70 70 .stdout(Stdio::piped()) 71 71 .stderr(Stdio::piped()) 72 - .env_clear() 73 72 .envs(key.environment.clone()) 74 73 .spawn() 75 74 .map_err(|err| KeyError::CommandSpawnError {