Talk:Steam: Difference between revisions
imported>Pmarreck No edit summary |
imported>Pmarreck No edit summary |
||
Line 5: | Line 5: | ||
== if you get "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 unless "lib" | The config code that includes lib.getName will error if simply included in configuration.nix unless "lib" is included in the list of args at the top; example: `{ config, pkgs, lib, ... }:` |