update flake inputs, and change firefox-addons from gitlab source to github source

This commit is contained in:
ulic-youthlic 2025-02-01 20:03:35 +08:00
parent c996aab2b6
commit 5891124b4a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 64 additions and 68 deletions

View file

@ -9,7 +9,7 @@
}
// (
let
firefox-addons = (pkgs.callPackage "${inputs.firefox-addons}/default.nix" { }).firefox-addons;
firefox-addons = (pkgs.callPackage "${inputs.nur}/repos/rycee/pkgs/firefox-addons/default.nix" { });
in
pkgs.lib.genAttrs [ "immersive-translate" "tridactyl" ] (name: firefox-addons."${name}")
)