Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. nix-repl> :p (evalModules { modules = [ { options.enableFoo = mkOption { type = types.bool; }; } { config.enableFoo = false;} { config = mkIf (config.enableFoo) { bla = false; };} ]; }).config
  2. error: The option `bla' defined in `<unknown-file>' does not exist.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement