From dcf456807bc2960957609dd015c05964b0393daa Mon Sep 17 00:00:00 2001 From: arcnmx Date: Fri, 29 Dec 2023 12:24:23 -0800 Subject: [PATCH] chore: flake update --- flake.lock | 30 +++++++++++++++--------------- overlays/default.nix | 1 + tewi/home-assistant.nix | 3 +++ 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 4a6c9914..60be4396 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "arcexprs": { "flake": false, "locked": { - "lastModified": 1702334732, - "narHash": "sha256-vuCUrNaBx/w7eFG2t0wyEkKtkFjlk1bEQUXsVjtPoFA=", + "lastModified": 1702402242, + "narHash": "sha256-VUeLmfj5UM6Nxgmfex9rig2nlIV4KKfBoFTnyE5+nWk=", "owner": "arcnmx", "repo": "nixexprs", - "rev": "53728d81cc760aa782efc2d9079f3ab21373937f", + "rev": "92351b02d8832cca11e7ce9f5e9693a7947b3037", "type": "github" }, "original": { @@ -120,11 +120,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1702151865, - "narHash": "sha256-9VAt19t6yQa7pHZLDbil/QctAgVsA66DLnzdRGqDisg=", + "lastModified": 1703438236, + "narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "666fc80e7b2afb570462423cb0e1cf1a3a34fedd", + "rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b", "type": "github" }, "original": { @@ -136,11 +136,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1702148972, - "narHash": "sha256-h2jODFP6n+ABrUWcGRSVPRFfLOkM9TJ2pO+h+9JcaL0=", + "lastModified": 1703351344, + "narHash": "sha256-9FEelzftkE9UaJ5nqxidaJJPEhe9TPhbypLHmc2Mysc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b8f33c044e51de6dde3ad80a9676945e0e4e3227", + "rev": "7790e078f8979a9fcd543f9a47427eeaba38f268", "type": "github" }, "original": { @@ -152,11 +152,11 @@ }, "nur": { "locked": { - "lastModified": 1702337700, - "narHash": "sha256-JawTBHC8XKmQpMJSuz7AFbICZBeHPm6ADrHM+pV1Zg8=", + "lastModified": 1703879060, + "narHash": "sha256-U0dvm3qwldDDnR1jYE7gNNW7XChYCZ6JyUCcSFFDpBs=", "owner": "nix-community", "repo": "nur", - "rev": "46e1aa641b2a4109132b6071c1374cf2690643ef", + "rev": "4a8f8f5355cb9d3334d311cb25fc6ab641b501dc", "type": "github" }, "original": { @@ -207,11 +207,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1702177193, - "narHash": "sha256-J2409SyXROoUHYXVy9h4Pj0VU8ReLuy/mzBc9iK4DBg=", + "lastModified": 1703387502, + "narHash": "sha256-JnWuQmyanPtF8c5yAEFXVWzaIlMxA3EAZCh8XNvnVqE=", "owner": "Mic92", "repo": "sops-nix", - "rev": "d806e546f96c88cd9f7d91c1c19ebc99ba6277d9", + "rev": "e523e89763ff45f0a6cf15bcb1092636b1da9ed3", "type": "github" }, "original": { diff --git a/overlays/default.nix b/overlays/default.nix index 56062b73..ac7b5359 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -27,6 +27,7 @@ permittedInsecurePackages = [ "ffmpeg-3.4.8" "ffmpeg-2.8.17" + "openssl-1.1.1w" ]; }; }; diff --git a/tewi/home-assistant.nix b/tewi/home-assistant.nix index f1e1b940..2714a1a2 100644 --- a/tewi/home-assistant.nix +++ b/tewi/home-assistant.nix @@ -209,6 +209,9 @@ in { }; in home-assistant.overrideAttrs (old: { makeWrapperArgs = old.makeWrapperArgs ++ lib.optional (hasBrother && needsPyasn1pin) "--prefix PYTHONPATH : ${pyasn1prefix}"; + disabledTests = old.disabledTests or [ ] ++ [ + "test_check_config" + ]; }); extraPackages = python3Packages: with python3Packages; [