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 formatChoices:
nix-h --help— Print help
Examples
mise bootstrap packages export --format nix > packages.nix