Skip to content

mise bootstrap packages export

  • Usage: mise bootstrap packages export <--format <FORMAT>>
  • Effect: read-only
  • Source code: src/cli/bootstrap.rs

Export active Nix bootstrap packages as a NixOS module

Writes to stdout without invoking Nix. Import the output into an existing NixOS configuration; packages resolve against that configuration's pkgs. Only shorthand attribute paths are exportable. Explicit flake references and package-version pins cannot be represented by the importing package set.

Flags

  • --format <FORMAT> — Output format

    Choices: nix

  • -h --help — Print help

Examples

mise bootstrap packages export --format nix > packages.nix
MIT LicenseCopyright © 2026jdx.dev