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