mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/nix-required-mounts: example typo
`s/ifps/ipfs/` I happened to see it and I cannot unsee it ;-; Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
parent
d2a75ae71b
commit
2e3bb9581a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ in
|
|||
}
|
||||
'';
|
||||
example.require-ipfs.paths = [ "/ipfs" ];
|
||||
example.require-ipfs.onFeatures = [ "ifps" ];
|
||||
example.require-ipfs.onFeatures = [ "ipfs" ];
|
||||
};
|
||||
extraWrapperArgs = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue