diff --git a/flake.nix b/flake.nix index 316181c2cc3..9f4535d4c51 100644 --- a/flake.nix +++ b/flake.nix @@ -17,9 +17,9 @@ }; packages = { - inherit (pkgs) hello nix fuse nlohmann_json boost; + inherit (pkgs) hello nix fuse nlohmann_json boost firefox; }; - legacyPkgs = pkgs; + legacyPackages = pkgs; }; }