mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Updated system
This commit is contained in:
parent
874386138d
commit
dad9e68dad
5 changed files with 56 additions and 76 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, pkgs-stable, ... }:
|
||||
let
|
||||
myRetroarch =
|
||||
(pkgs.retroarch.override {
|
||||
cores = with pkgs.libretro; [
|
||||
(pkgs-stable.retroarch.override {
|
||||
cores = with pkgs-stable.libretro; [
|
||||
vba-m
|
||||
(desmume.overrideAttrs (oldAttrs: {
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue