Compare commits

..

3 commits

Author SHA1 Message Date
github-actions[bot]
147a80a0f1 automated: Update flake.lock
All checks were successful
Perform checks / formatting (pull_request) Successful in 1m7s
Perform checks / nix_flake_check (pull_request) Successful in 1m16s
Perform checks / nix_build (pull_request) Successful in 2m16s
Perform checks / formatting (push) Successful in 1m6s
Perform checks / nix_flake_check (push) Successful in 1m14s
Perform checks / nix_build (push) Successful in 1m30s
- The following Nix Flake inputs were updated:

```
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/634fd46801442d760e09493a794c4f15db2d0cbb?narHash=sha256-NYVcA06%2BblsLG6wpAbSPTCyLvxD/92Hy4vlY9WxFI1M%3D' (2024-12-27)
  → 'github:NixOS/nixpkgs/6df24922a1400241dae323af55f30e4318a6ca65?narHash=sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk%3D' (2025-01-02)
```

Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://forgejo.stefka.eu/jiriks74/nix.nvim/src/branch/main/.github/workflows/update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
2025-01-04 00:01:03 +00:00
github-actions[bot]
cae66c4d1d automated: Update flake.lock
Some checks failed
Perform checks / formatting (push) Has been cancelled
Perform checks / nix_build (push) Has been cancelled
Perform checks / nix_flake_check (push) Has been cancelled
- The following Nix Flake inputs were updated:

```
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d3c42f187194c26d9f0309a8ecc469d6c878ce33?narHash=sha256-cHar1vqHOOyC7f1%2BtVycPoWTfKIaqkoe1Q6TnKzuti4%3D' (2024-12-17)
  → 'github:NixOS/nixpkgs/634fd46801442d760e09493a794c4f15db2d0cbb?narHash=sha256-NYVcA06%2BblsLG6wpAbSPTCyLvxD/92Hy4vlY9WxFI1M%3D' (2024-12-27)
```

Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://forgejo.stefka.eu/jiriks74/nix.nvim/src/branch/main/.github/workflows/update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
2024-12-29 03:00:19 +01:00
aa027982c7
fix(ci/update): Update on Saturday
Some checks failed
Perform checks / nix_build (push) Has been cancelled
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / formatting (push) Has been cancelled
so that the action for jiriks74/os.home.nix can pull this after it's
merged on Sunday
2024-12-29 02:59:37 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ name: Update `flake.lock`
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 0 * * 6' # runs weekly on Saturday at 00:00
jobs:
update_lockfile:

6
flake.lock generated
View file

@ -181,11 +181,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1735291276,
"narHash": "sha256-NYVcA06+blsLG6wpAbSPTCyLvxD/92Hy4vlY9WxFI1M=",
"lastModified": 1735834308,
"narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "634fd46801442d760e09493a794c4f15db2d0cbb",
"rev": "6df24922a1400241dae323af55f30e4318a6ca65",
"type": "github"
},
"original": {