1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 02:55:39 +03:00

Update NixOS wiki link (#144)

Co-authored-by: NixOS Wiki <mail@nix.wiki>
This commit is contained in:
wiki-nixos 2024-08-05 19:40:18 +02:00 committed by GitHub
parent 3db33b16c5
commit dfe12a6590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)| {