fixes
This commit is contained in:
parent
6d9c3c7945
commit
59d5072b1b
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
customPkgs = import "${self}/pkgs" {
|
customPkgs = import "${self}/pkgs" {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
inherit rpcs3_latest customFontPkgs;
|
inherit rpcs3_latest;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
rpcs3_latest,
|
rpcs3_latest,
|
||||||
customFontPkgs,
|
|
||||||
}: let
|
}: let
|
||||||
rpcs3Pkgs = pkgs.callPackage ./rpcs3 {
|
rpcs3Pkgs = pkgs.callPackage ./rpcs3 {
|
||||||
inherit lib rpcs3_latest;
|
inherit lib rpcs3_latest;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue