about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-23 15:30:22 +0100
committerSoispha <soispha@vhack.eu>2024-03-23 15:30:22 +0100
commit9cbf7089a65f579c5f5a2300ac2532f0e3c7da4d (patch)
tree139a4125ac0fb216b1405d8a513a0e20bb9c8824 /flake
parentfeat(pkgs/generate_moz_extensions): Vendor it (diff)
downloadnixos-config-9cbf7089a65f579c5f5a2300ac2532f0e3c7da4d.tar.gz
nixos-config-9cbf7089a65f579c5f5a2300ac2532f0e3c7da4d.zip
fix(flake): Use new vendored `generate_firefox_extensions` binary
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake/default.nix b/flake/default.nix
index b50b34fc..709b457b 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -21,7 +21,6 @@
   treefmt-nix,
   templates,
   # my binaries
-  generate_firefox_extensions,
   shell_library,
   river_init_lesser,
   yambar_memory,
@@ -207,7 +206,7 @@ in {
         alejandra
 
         # update
-        generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script
+        generate_firefox_extensions # needed for the firefox extension update script
         update-vim-plugins
       ];
     };