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

refactor nixos-anywhere into methods #372

Merged
merged 11 commits into from
Sep 10, 2024
Merged

refactor nixos-anywhere into methods #372

merged 11 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. use early return in runKexec

    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a372980 View commit details
    Browse the repository at this point in the history
  2. factor out a runVmTest function

    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5a60a29 View commit details
    Browse the repository at this point in the history
  3. add a main function

    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5cbbe08 View commit details
    Browse the repository at this point in the history
  4. ssh keys provided via cli override env variables

    this is more intuitive.
    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    af02621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e06fef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a169c50 View commit details
    Browse the repository at this point in the history
  7. simplify logic around flake

    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    05a2b00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c31e1a View commit details
    Browse the repository at this point in the history
  9. fix misspelled variables

    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f5d0dc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f1cc06 View commit details
    Browse the repository at this point in the history
  11. introduce a parseArgs function

    Mic92 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    eda82c8 View commit details
    Browse the repository at this point in the history