update-flake-lock
update-flake-lock copied to clipboard
Automatically refresh your Nix Flakes.
Bump [`detsys-ts`](DeterminateSystems/detsys-ts) to the latest `HEAD` and regenerate application bundle. * Source ref: [`d5db891a9d01bb57b70fbc05cf9ac2b6c45359be`](https://github.com/DeterminateSystems/detsys-ts/tree/d5db891a9d01bb57b70fbc05cf9ac2b6c45359be) * Source pull request: [`DeterminateSystems/detsys-ts#66`](https://github.com/DeterminateSystems/detsys-ts/pull/66) * Source diff: [`18dff575ee06557065bdbc22c099c05606a4285c..d5db891a9d01bb57b70fbc05cf9ac2b6c45359be`](https://github.com/DeterminateSystems/detsys-ts/compare/18dff575ee06557065bdbc22c099c05606a4285c..d5db891a9d01bb57b70fbc05cf9ac2b6c45359be) * Diff file: [`66.diff`](https://github.com/DeterminateSystems/detsys-ts/pull/66.diff)
Bump [`detsys-ts`](DeterminateSystems/detsys-ts) to the latest `HEAD` and regenerate application bundle. * Source ref: [`18dff575ee06557065bdbc22c099c05606a4285c`](https://github.com/DeterminateSystems/detsys-ts/tree/18dff575ee06557065bdbc22c099c05606a4285c) * Source pull request: [`DeterminateSystems/detsys-ts#65`](https://github.com/DeterminateSystems/detsys-ts/pull/65) * Source diff: [`65dd73c562ac60a068340f8e0c040bdcf2c59afe..18dff575ee06557065bdbc22c099c05606a4285c`](https://github.com/DeterminateSystems/detsys-ts/compare/65dd73c562ac60a068340f8e0c040bdcf2c59afe..18dff575ee06557065bdbc22c099c05606a4285c) * Diff file: [`65.diff`](https://github.com/DeterminateSystems/detsys-ts/pull/65.diff)
Hello, I'm trying to use this action with a personal access token because I have a flake input from a private repo that I fetch over HTTPS. Even though using...
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.5 to 7.0.5. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v7.0.5 ⚙️ Fixes an issue with commit signing to allow it to support symlinks What's...
Thanks for this great GitHub Action. I haven't tested it yet. What happens if `flake update` fails? Will the PR still be created? An example is the [`hackage-server` `flake.nix`](https://github.com/haskell/hackage-server/blob/master/flake.nix). Right...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.904649%2Brev-2d293cbfa5a793b4c50d17c05ef9e385b90edf6c/019ad7f2-e8f3-79e9-ad92-dd7a45c069d3/source.tar.gz' (2025-11-30) → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.913595%2Brev-c6245e83d836d0433170a16eb185cefe0572f8b8/019b38ed-77a4-7329-b290-49e4d1914b8c/source.tar.gz' (2025-12-18) ``` ### Running GitHub Actions on this PR GitHub...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.9 to 8.0.0. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v8.0.0 What's new in v8 Requires Actions Runner v2.327.1 or later if you are using...
I see warnings in the GitHub workflow log: > /nix/var/nix/profiles/default/bin/nix flake lock `--update-input` --commit-lock-file --option commit-lockfile-summary flake.lock: Update > warning: '--update-input' is a deprecated alias for 'flake update' and will...
##### Description Similar to #109 , but simpler. Use `nix flake update --flake ` to handle flakes. Tested here: [fym998/update-flake-lock-test-template/pull/1](https://github.com/fym998/update-flake-lock-test-template/pull/1). ##### Checklist - [x] Tested functionality against a test repository...