diff options
author | Soispha <soispha@vhack.eu> | 2023-05-20 07:40:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-20 07:40:49 +0200 |
commit | 725047d31611a8ce60f86707d1d8cbd3db1a0b35 (patch) | |
tree | 647beb67e668261d376e914eb80eb8c079317ce1 /flake/default.nix | |
parent | Fix(hm/pkgs/scr/con2pdf): Don't try batch mode when using the Flatbed (diff) | |
download | nixos-config-725047d31611a8ce60f86707d1d8cbd3db1a0b35.tar.gz nixos-config-725047d31611a8ce60f86707d1d8cbd3db1a0b35.zip |
Build(fupdate): Add generate_extensions to the inputs to avoid gc
Diffstat (limited to 'flake/default.nix')
-rw-r--r-- | flake/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix index 8d0d83d4..834d0b0c 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -19,6 +19,7 @@ # my binaries video_pause, strip_js_comments, + generate_firefox_extensions, shell_library, river_init_lesser, yambar_memory, @@ -126,6 +127,7 @@ in { ltex-ls yamllint cocogitto + generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script ]; }; }; |