Skip to content

Commit

Permalink
refactor: use recursive set instead of let
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Aug 27, 2024
1 parent d038cdf commit c97c583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@

homeManagerModules.betterfox = import ./modules;

packages = forAllSystems (pkgs: let
packages = forAllSystems (pkgs: rec {
betterfox-extractor = pkgs.callPackage ./extractor {};
in {
inherit betterfox-extractor;
betterfox-generator = pkgs.callPackage ./generator {
inherit betterfox-extractor;
};
Expand Down

0 comments on commit c97c583

Please sign in to comment.