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

chore: stage0 autoupdater action #3042

Merged
merged 18 commits into from
Dec 11, 2023
Merged

chore: stage0 autoupdater action #3042

merged 18 commits into from
Dec 11, 2023

Commits on Dec 8, 2023

  1. chore: add a garnix file

    garnix.io is a very convenient Nix CI system that simply builds all
    flakes that it finds on any branch that you push to.
    
    But the lean `flake.nix` defines a bunch of things that aren’t
    derivations, so this `garnix.yaml` file tells garnix which attributes to
    build.
    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    60f8278 View commit details
    Browse the repository at this point in the history
  2. Update stage0

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a00c352 View commit details
    Browse the repository at this point in the history
  3. Syntax

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2b07c39 View commit details
    Browse the repository at this point in the history
  4. Add caching

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7325619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b56d00 View commit details
    Browse the repository at this point in the history
  6. Push afterwards

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a277a3b View commit details
    Browse the repository at this point in the history
  7. Simpler

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e913262 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9022f8a View commit details
    Browse the repository at this point in the history
  9. update-stage0-commit

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4c2f82e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d293ef9 View commit details
    Browse the repository at this point in the history
  11. Setup git user

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d316fa5 View commit details
    Browse the repository at this point in the history
  12. Add SSH secret

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4629537 View commit details
    Browse the repository at this point in the history
  13. Comment

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ec3c09d View commit details
    Browse the repository at this point in the history
  14. Do not cache

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2e828b2 View commit details
    Browse the repository at this point in the history
  15. just run, don’t build

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    881be07 View commit details
    Browse the repository at this point in the history
  16. docs

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4fe7b49 View commit details
    Browse the repository at this point in the history
  17. Fix sanity check

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7eec1d9 View commit details
    Browse the repository at this point in the history
  18. Remove garnix file again

    nomeata committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a702847 View commit details
    Browse the repository at this point in the history