about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-20 07:40:49 +0200
committerSoispha <soispha@vhack.eu>2023-05-20 07:40:49 +0200
commit725047d31611a8ce60f86707d1d8cbd3db1a0b35 (patch)
tree647beb67e668261d376e914eb80eb8c079317ce1 /flake/default.nix
parentFix(hm/pkgs/scr/con2pdf): Don't try batch mode when using the Flatbed (diff)
downloadnixos-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.nix2
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
       ];
     };
   };