wire is a tool to deploy nixos systems wire.forall.systems/
nix nixos
0

Configure Feed

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

wire / clippy.toml
197 B 3 lines
1disallowed-types = [ 2 { path = "nix_compat::store_path::StorePath", reason = "use `SafeStorePath` instead to ensure path prefixes are handled correctly", replacement = "crate::SafeStorePath" }, 3]