Nix expr: clarify the split output (shaders are with assemblies)
This commit is contained in:
parent
878b22e8c5
commit
57fb4d8970
|
@ -118,7 +118,7 @@ let
|
||||||
mono = monoFinal;
|
mono = monoFinal;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
bizhawkAssemblies = bizhawk; # assemblies, dependencies, and the gamedb are in `bin` output; bundled scripts, shaders, etc. are in `out` output
|
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
|
||||||
emuhawk = stdenv.mkDerivation rec {
|
emuhawk = stdenv.mkDerivation rec {
|
||||||
pname = "emuhawk-monort";
|
pname = "emuhawk-monort";
|
||||||
version = hawkSourceInfo.version;
|
version = hawkSourceInfo.version;
|
||||||
|
|
Loading…
Reference in New Issue