lib/*/interface.nix: Fix typos

This commit is contained in:
a-kenji
2024-12-17 11:58:28 +01:00
parent 8780f8697b
commit 4ad2dcdf4e
2 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ in
A function that maps from architecture to pkg. `( string -> pkgs )`
If specified this nixpkgs will be only imported once for each system.
This improves performance, but all `nipxkgs.*` options will be ignored.
This improves performance, but all `nixpkgs.*` options will be ignored.
Returning `null` for a system will fallback to the default behavior of respecting the `nixpkgs.*` options.
'';