about summary refs log tree commit diff stats
path: root/flake.nix
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.nix
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.nix')
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index cde332c8..4226578b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -184,15 +184,6 @@
     };
 
     # my bins
-    generate_firefox_extensions = {
-      url = "git+https://codeberg.org/soispha/generate_firefox_extension.git";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-        crane.follows = "crane";
-        flake-utils.follows = "flake-utils";
-        rust-overlay.follows = "rust-overlay";
-      };
-    };
     shell_library = {
       url = "git+https://codeberg.org/soispha/shell_library.git";
       inputs = {
@@ -262,7 +253,6 @@
     treefmt-nix,
     templates,
     # my binaries
-    generate_firefox_extensions,
     shell_library,
     river_init_lesser,
     yambar_memory,
@@ -307,7 +297,6 @@
         templates
         # my binaries
         
-        generate_firefox_extensions
         shell_library
         river_init_lesser
         yambar_memory