Gaming/rpcs3: use rpcs3 from NUR
This commit is contained in:
parent
d706a86250
commit
de8bfae07a
1 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ rpcs3 ];
|
||||
environment.systemPackages = with config; [
|
||||
nur.repos.ataraxiasjel.rpcs3
|
||||
];
|
||||
# Compiling RPCS3 takes quite a while
|
||||
nix.settings = {
|
||||
substituters = [ "https://ataraxiadev-foss.cachix.org" ];
|
||||
trusted-public-keys = [ "ataraxiadev-foss.cachix.org-1:ws/jmPRUF5R8TkirnV1b525lP9F/uTBsz2KraV61058=" ];
|
||||
};
|
||||
|
||||
# Increase the memory lock limit
|
||||
security.pam.loginLimits = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue