nixos/home-assistant: use overridePythonAttrs
This commit is contained in:
parent
a82f4038d3
commit
f9bd8b1b7b
@ -183,12 +183,12 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.home-assistant.overrideAttrs (oldAttrs: {
|
default = pkgs.home-assistant.overridePythonAttrs (oldAttrs: {
|
||||||
doInstallCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
defaultText = literalExample ''
|
defaultText = literalExample ''
|
||||||
pkgs.home-assistant.overrideAttrs (oldAttrs: {
|
pkgs.home-assistant.overridePythonAttrs (oldAttrs: {
|
||||||
doInstallCheck = false;
|
doCheck = false;
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user