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