You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: default.nix
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,10 @@ let
117
117
hawkVersion=hawkSourceInfo.version;
118
118
mono=monoFinal;
119
119
};
120
-
in{
121
-
bizhawkAssemblies=bizhawk;# assemblies and dependencies, and some other immutable things like the gamedb, are in the `bin` output; the rest of the "assets" (bundled scripts, palettes, etc.) are in the `out` output
# name = "emuhawk-monort-${version}"; # actually filename
140
-
# exec = "${pname}-monort-${version}";
141
-
# desktopName = "EmuHawk (Mono Runtime)"; # actually Name
137
+
# desktopItems = [ (makeDesktopItem {
138
+
# name = "${pname}-${version}"; # actually filename
139
+
# exec = "${exeName}";
140
+
# inherit desktopName; # actually Name
142
141
# }) ];
143
142
};
143
+
in{
144
+
bizhawkAssemblies=bizhawk;# assemblies and dependencies, and some other immutable things like the gamedb, are in the `bin` output; the rest of the "assets" (bundled scripts, palettes, etc.) are in the `out` output
0 commit comments