mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/nix-required-mounts: example typo (#408556)
This commit is contained in:
commit
a5e5448275
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