MyNixOS website logo

This option specifies extra NixOS configuration for the builder. You should first use the Linux builder without changing the builder configuration otherwise you may not be able to build the Linux builder.

Declarations
    Type
    module
    Default
    { }
    Example
    ({ pkgs, ... }:
    
    {
      environment.systemPackages = [ pkgs.neovim ];
    })