mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-06 04:28:42 +00:00
Upgrade Nix flake and deps (#387)
* Test out upgraded action * bump * Automated commit --------- Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> Co-authored-by: patrick-conscriptus[bot] <175414948+patrick-conscriptus[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c70c68b15b
commit
cdaa46fe00
3
.github/workflows/flake_update.yaml
vendored
3
.github/workflows/flake_update.yaml
vendored
@@ -41,11 +41,12 @@ jobs:
|
|||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Raise pull request
|
- name: Raise pull request
|
||||||
uses: Smaug123/commit-action@cc25e6d80a796c49669dda4a0aa36c54c573983d
|
uses: Smaug123/commit-action@9cc3df8efcf0a523442f10270f5ac27f8a37ba68
|
||||||
id: cpr
|
id: cpr
|
||||||
with:
|
with:
|
||||||
bearer-token: ${{ steps.generate-token.outputs.token }}
|
bearer-token: ${{ steps.generate-token.outputs.token }}
|
||||||
pr-title: "Upgrade Nix flake and deps"
|
pr-title: "Upgrade Nix flake and deps"
|
||||||
|
branch-name: "auto-pr"
|
||||||
|
|
||||||
- name: Enable Pull Request Automerge
|
- name: Enable Pull Request Automerge
|
||||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||||
|
6
flake.lock
generated
6
flake.lock
generated
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749871736,
|
"lastModified": 1749903597,
|
||||||
"narHash": "sha256-K9yBph93OLTNw02Q6e9CYFGrUhvEXnh45vrZqIRWfvQ=",
|
"narHash": "sha256-jp0D4vzBcRKwNZwfY4BcWHemLGUs4JrS3X9w5k/JYDA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6afe187897bef7933475e6af374c893f4c84a293",
|
"rev": "41da1e3ea8e23e094e5e3eeb1e6b830468a7399e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Reference in New Issue
Block a user