nixos/nix-required-mounts: example typo (#408556)

This commit is contained in:
Sandro 2025-06-02 21:38:04 +02:00 committed by GitHub
commit a5e5448275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;