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:
parent
3db33b16c5
commit
dfe12a6590
@ -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)| {
|
||||
|
Loading…
Reference in New Issue
Block a user