Compare commits

...

3 commits

Author SHA1 Message Date
github-actions[bot]
72dd5a2eb3 automated: Update flake.lock
All checks were successful
Perform checks / formatting (pull_request) Successful in 1m10s
Perform checks / nix_flake_check (pull_request) Successful in 1m8s
Perform checks / formatting (push) Successful in 46s
Perform checks / nix_flake_check (push) Successful in 45s
- 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:02 +00:00
github-actions[bot]
d72fa4c8a6 automated: Update flake.lock
All checks were successful
Perform checks / formatting (push) Successful in 1m20s
Perform checks / nix_flake_check (push) Successful in 1m4s
- 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:09 +01:00
b0e29d137b
fix(ci/update): Update on Saturday
All checks were successful
Perform checks / formatting (push) Successful in 45s
Perform checks / nix_flake_check (push) Successful in 42s
so that the action for jiriks74/os.home.nix can pull this after it's
merged on Sunday
2024-12-29 02:57:32 +01:00
2 changed files with 4 additions and 4 deletions

View file

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

6
flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1734424634, "lastModified": 1735834308,
"narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", "rev": "6df24922a1400241dae323af55f30e4318a6ca65",
"type": "github" "type": "github"
}, },
"original": { "original": {