Gaming/rpcs3: use package from nixpkgs
This commit is contained in:
parent
0c64697063
commit
8385b2d6e6
1 changed files with 1 additions and 6 deletions
|
|
@ -1,12 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nur.repos.ataraxiasjel.rpcs3
|
||||
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