Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: rewrite stateVersion docs (again), clean up some stateVersion usages (again) #263744

Merged
merged 8 commits into from
Oct 29, 2023

Commits on Oct 27, 2023

  1. nixos/release.nix: use latest stateVersion for the jobset

    Ideally we'd want to build _all_ the stateVersions, but this is probably still better?
    K900 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    95b08fc View commit details
    Browse the repository at this point in the history
  2. nixos/maintainers/scripts/azure-new: remove stateVersion assignment

    We should really have the user set it, or at least have a warning.
    K900 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    100931c View commit details
    Browse the repository at this point in the history
  3. nixos/maintainers/scripts/lxd: simplify config generation

    Use modulesPath so we don't have to magically rewrite paths in activation script,
    set stateVersion to the one this was built with (which should approximate "first install")
    K900 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    67f87ec View commit details
    Browse the repository at this point in the history
  4. nixos/virtualbox-demo: use latest stateVersion

    Just like we do for the other live images
    K900 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1186949 View commit details
    Browse the repository at this point in the history
  5. nixos/containers: use latest stateVersion as example

    Hopefully this way we don't confuse people into thinking you have to set it to 21.05.
    K900 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6f06066 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5323b93 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. nixos-generate-config: rewrite stateVersion comment again

    Hopefully this version is clearer. Also tried to make it less technical.
    K900 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    fb1ccc9 View commit details
    Browse the repository at this point in the history
  2. nixos/version: rewrite stateVersion documentation

    Match the comment in nixos-generate-config and add some more details for the curious.
    K900 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    424b0ce View commit details
    Browse the repository at this point in the history