fix(bbsteamie): use older version of ryujinx
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-03 17:27:04 -04:00
parent ac15f698b0
commit b27b413848
5 changed files with 43 additions and 4 deletions

View file

@ -2,6 +2,7 @@
config,
lib,
pkgs,
ryujinxPkgs,
...
}: let
inherit (lib) getExe mkForce;
@ -86,15 +87,23 @@ in {
type = "Application";
};
environment.systemPackages = with pkgs; [
firefox
ryujinx
wl-clipboard
environment.systemPackages = [
pkgs.firefox
pkgs.wl-clipboard
ryujinxPkgs.ryujinx
];
programs = {
xwayland.enable = true;
kdeconnect.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
};
};
# Enable flatpak support

View file

@ -2189,6 +2189,7 @@
"pcsd": "pcsd",
"piper-src": "piper-src",
"pokemon-colorscripts-src": "pokemon-colorscripts-src",
"ryujinx-nixpkgs": "ryujinx-nixpkgs",
"secrets": "secrets",
"sioyek-theme-src": "sioyek-theme-src",
"sops-nix": "sops-nix_2",
@ -2201,6 +2202,22 @@
"wpaperd": "wpaperd"
}
},
"ryujinx-nixpkgs": {
"locked": {
"lastModified": 1717531117,
"narHash": "sha256-FGycJORHkr0cGFGANrvAE1eH279ydfQTCTTdN6T8AWw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1feda3cc9480d2ff82472239556b0f8a48a2f578",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1feda3cc9480d2ff82472239556b0f8a48a2f578",
"type": "github"
}
},
"scss-reset": {
"flake": false,
"locked": {

View file

@ -296,6 +296,12 @@
repo = "pokemon-colorscripts";
type = "gitlab";
};
ryujinx-nixpkgs = {
owner = "NixOS";
repo = "nixpkgs";
rev = "1feda3cc9480d2ff82472239556b0f8a48a2f578";
type = "github";
};
secrets = {
inputs.nixpkgs.follows = "nixpkgs";
type = "git";

View file

@ -173,6 +173,12 @@ let
owner = "matt1432";
repo = "discord-nightly-overlay";
};
ryujinx-nixpkgs = mkInput {
owner = "NixOS";
repo = "nixpkgs";
rev = "1feda3cc9480d2ff82472239556b0f8a48a2f578";
};
};
agsInputs = {

View file

@ -26,6 +26,7 @@
inputs
// {
pkgs = mkPkgs system inputs.nixpkgs;
ryujinxPkgs = mkPkgs system inputs.ryujinx-nixpkgs;
};
# Default system