update-flake-lock
update-flake-lock copied to clipboard
Automatically refresh your Nix Flakes.
It'd be nice to have a [summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary) displayed when viewing an update workflow in GitHub Actions. Currently it is possible to use the step outputs to print a basic summary...
The README is confusing (or perhaps confused) about running the action on PRs. ``` ## Example that doesn't run on PRs If you were to run this action as a...
Sometimes it is useful to create a secondary sub-flake which contains tests and their related dependencies so that they are not included in the top-level flake consumed downstream (i.e. to...
I'm not sure how to manage automatic merging of PR. What is the 'proper' way of doing this?
##### Description This is useful for monorepos containing multiple flakes. For example it might be desired for a nixpkgs update to happen on all sub-flakes at the same time. Added...
##### Description Added permission setup instructions for the new fine-grained GitHub PAT. I don't know how to show proof that the instructions work correctly since I can't link to my...
This action looks like it’s the natural replacement for https://github.com/knl/niv-updater-action when moving from niv to flakes. One feature that I like a lot about niv-updater-actions is that it includes the...
I use https://github.com/sellout/project-manager in most of my repos. It generates some files that get committed, and also adds a flake check that the files are current. Using `update-flake-lock` often creates...
##### Description I think it would be useful to include links to GitHub (for now) comparison pages when flake inputs get updated. Test PR: https://github.com/dawidd6/nix/pull/31 ##### Checklist - [x] Tested...
The repo in question can be found [here](https://github.com/alxpettit/httm-flake/). I am new to Github workflows, so I've probably done something wrong here. Here is the error:  In text: ``` remote:...