Talk:Steam: Difference between revisions

imported>Pmarreck
No edit summary
imported>Pmarreck
No edit summary
Line 4: Line 4:
Finally I can run GOG on NixOS without patching or repatching any executable. Figured it out, hope it helps others. Big kudo's to maintainers of steam and steam-run for the wonderful expression!! [[User:Cx405|Cx405]] ([[User talk:Cx405|talk]]) 03:51, 10 July 2019 (UTC)
Finally I can run GOG on NixOS without patching or repatching any executable. Figured it out, hope it helps others. Big kudo's to maintainers of steam and steam-run for the wonderful expression!! [[User:Cx405|Cx405]] ([[User talk:Cx405|talk]]) 03:51, 10 July 2019 (UTC)


== Error: lib not defined ==
== if you get "error: lib not defined" ==
The config code that includes lib.getName will error if simply included in configuration.nix due to "lib" not being defined in that context
The config code that includes lib.getName will error if simply included in configuration.nix unless "lib" isn't included in the list of args at the top; example: `{ config, pkgs, lib, ... }:`
Return to "Steam" page.