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.

dont edit sed in place

+1 -2
+1 -2
doc/options.nix
··· 25 25 }; 26 26 in 27 27 runCommand "options-doc.md" { } '' 28 - cat ${options.optionsCommonMark} > $out 29 - sed -i -e '/\*Declared by:\*/,+1d' $out 28 + sed '/\*Declared by:\*/,+1d' ${options.optionsCommonMark} > $out 30 29 ''