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) | ||
== | == if you get "error: lib not defined" == | ||
The config code that includes lib.getName will error if simply included in configuration.nix | 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, ... }:` |