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.

switch switch-to-configuration to raw output mode

+1 -1
+1 -1
wire/lib/src/hive/steps/activate.rs
··· 96 96 } else { 97 97 Some(&ctx.node.target) 98 98 }, 99 - ChildOutputMode::Nix, 99 + ChildOutputMode::Raw, 100 100 ctx.modifiers, 101 101 ) 102 102 .await?;