diff --git a/flake.nix b/flake.nix index c2a3a81..3fdeceb 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ customPkgs = import "${self}/pkgs" { inherit pkgs; lib = nixpkgs.lib; - inherit rpcs3_latest customFontPkgs; + inherit rpcs3_latest; }; in { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { diff --git a/pkgs/default.nix b/pkgs/default.nix index 677a69a..f2bafd1 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -2,7 +2,6 @@ pkgs, lib, rpcs3_latest, - customFontPkgs, }: let rpcs3Pkgs = pkgs.callPackage ./rpcs3 { inherit lib rpcs3_latest;