staging
This commit is contained in:
parent
aecfcb0fa6
commit
751d5e996f
3 changed files with 57 additions and 5 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
rpcs3_latest,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
rpcs3_latest = pkgs.rpcs3.overrideAttrs (oldAttrs: {
|
||||
src = inputs.rpcs3-latest;
|
||||
});
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
mgba
|
||||
desmume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue