chore: fix deprecation warnings

This commit is contained in:
Nickolaj Jepsen 2025-12-12 04:41:03 +01:00
parent e03f3af01d
commit 595d2b23e0
7 changed files with 20 additions and 21 deletions

View file

@ -7,7 +7,7 @@
pkgs,
...
}: let
nur = inputs.nur.legacyPackages.${pkgs.system};
nur = inputs.nur.legacyPackages.${pkgs.stdenv.hostPlatform.system};
extensions = nur.repos.rycee.firefox-addons;
in {
config = lib.mkIf config.fireproof.desktop.enable {