mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: fix deprecation warnings
This commit is contained in:
parent
e03f3af01d
commit
595d2b23e0
7 changed files with 20 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue