Skip to content

Commit

Permalink
Update NixOS wiki link (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: NixOS Wiki <[email protected]>
  • Loading branch information
wiki-nixos and NixOS Wiki authored Aug 5, 2024
1 parent 3db33b1 commit dfe12a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide/src/ty/known.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static GENERIC_INPUT_DECL: Lazy<Ty> = Lazy::new(|| {
)
});

/// <https://nixos.wiki/wiki/Flakes>
/// <https://wiki.nixos.org/wiki/Flakes>
pub fn flake(inputs: &[(&str, Ty)]) -> Ty {
let inputs_decl_ty = Ty::Attrset(Attrset::from_internal(
inputs.iter().map(|(name, ty)| {
Expand Down

0 comments on commit dfe12a6

Please sign in to comment.