commit de27e0c442161839630742a067e6e194116d6a70
parent 078803a5930a720703a8f09c20d74e2488779805
Author: breadcat <breadcat@users.noreply.github.com>
Date: Mon, 1 Jun 2026 16:17:26 +0100
lib required to build and correct package name
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/home/retroarch.nix b/home/retroarch.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ lib, pkgs, ... }:
# Frontends: pegasus-frontend
# Game engines: corsix-th, eduke32, openra, openrct2, openttd
@@ -17,7 +17,7 @@ let
"pcsx2"
"ppsspp"
"sameboy"
- "snes-9x"
+ "snes9x"
"swanstation"
];
in