mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Fix weirdness with home-assistant
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
9f4c8832db
commit
4eb5431d23
|
@ -47,7 +47,7 @@ makeSystem {
|
|||
|
||||
# TODO remove when https://github.com/project-chip/connectedhomeip/issues/25688 lands and nixpkgs updates
|
||||
_module.args.pkgs = mkForce (import nixpkgs {
|
||||
overlays = [nixng.overlays.default] ++ config.nixpkgs.overlays;
|
||||
overlays = [nixng.overlays.default] ++ (config.nixpkgs.overlays or []);
|
||||
system = "x86_64-linux";
|
||||
config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
|
|
Loading…
Reference in a new issue