This commit is contained in:
alsaiduq-lab 2025-06-04 12:46:26 -06:00
parent 6d9c3c7945
commit 59d5072b1b
2 changed files with 1 additions and 2 deletions

View file

@ -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 {