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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user