diff --git a/flake.nix b/flake.nix index aa0b7d2..6348cb5 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ }; packages = tomolib.forAllSystems (system: - import ./pkgs { pkgs = nixpkgs.legacyPackages.${system}; }; + import ./pkgs { pkgs = nixpkgs.legacyPackages.${system}; } ); legacyPackages = tomolib.forAllSystems (system: (packages.${system} // { lib = tomolib; }));