aciceri / nixfleet

A complete, declarative and reproducible configuration of my entire Nix fleet.
14 stars 0 forks source link

Automatic `flake.lock` update #13

Closed aciceri closed 1 year ago

aciceri commented 1 year ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'agenix':
    'github:ryantm/agenix/a630400067c6d03c9b3e0455347dc8559db14288' (2022-10-15)
  → 'github:ryantm/agenix/42d371d861a227149dc9a7e03350c9ab8b8ddd68' (2023-01-09)
• Updated input 'emacsSource':
    'git://git.savannah.gnu.org/emacs.git?ref=emacs-29&rev=861556c1339cd65842ec3e24ba48590e6b72bd48' (2023-01-13)
  → 'git://git.savannah.gnu.org/emacs.git?ref=emacs-29&rev=59c3c53efa43e82f0f2e48a4c27d5bd623201d4a' (2023-01-13)
• Updated input 'homeManager':
    'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08)
  → 'github:nix-community/home-manager/176e455371a8371586e8a3ff0d56ee9f3ca2324e' (2023-01-10)
• Updated input 'nixosHardware':
    'github:NixOS/nixos-hardware/9d87bc030a0bf3f00e953dbf095a7d8e852dab6b' (2022-12-04)
  → 'github:NixOS/nixos-hardware/88016c96c3c338aa801695cdd9f186820bcfe4d6' (2023-01-11)
• Updated input 'nixpkgsStable':
    'github:NixOS/nixpkgs/7b9eeb856cbf976482fa8d1cb295ea03fb3e1277' (2022-12-10)
  → 'github:NixOS/nixpkgs/0874168639713f547c05947c76124f78441ea46c' (2023-01-01)
• Updated input 'nixpkgsUnstable':
    'github:NixOS/nixpkgs/2d626a8fc5515917d46a73eb4e2b71525a88b524' (2022-12-30)
  → 'github:NixOS/nixpkgs/f907e2ee5ed7a41e5c57f0d88f09a9fcb388ec0f' (2023-01-14)
• Updated input 'nur':
    'github:nix-community/NUR/1b7d2861b3939da8ef61ea4cd57b12456d32bfd1' (2022-12-30)
  → 'github:nix-community/NUR/dcb9bbb764666a4ecc94d8319aed1ffb5f8efe82' (2023-01-14)
• Updated input 'preCommitHooks':
    'github:cachix/pre-commit-hooks.nix/1303a1a76e9eb074075bfe566518c413f6fc104e' (2022-12-07)
  → 'github:cachix/pre-commit-hooks.nix/496e4505c2ddf5f205242eae8064d7d89cd976c0' (2023-01-13)
• Updated input 'preCommitHooks/nixpkgs':
    'github:NixOS/nixpkgs/af50806f7c6ab40df3e6b239099e8f8385f6c78b' (2022-11-21)
  → 'github:NixOS/nixpkgs/40f79f003b6377bd2f4ed4027dde1f8f922995dd' (2022-12-17)
• Updated input 'preCommitHooks/nixpkgs-stable':
    'github:NixOS/nixpkgs/cf63ade6f74bbc9d2a017290f1b2e33e8fbfa70a' (2022-11-20)
  → 'github:NixOS/nixpkgs/d513b448cc2a6da2c8803e3c197c9fc7e67b19e3' (2022-12-17)
• Updated input 'rock5b':
    'github:aciceri/rock5b-nixos/8b2f9583fa761f2013a9b20c15c8a621c1fd4a76' (2022-12-28)
  → 'github:aciceri/rock5b-nixos/50e282f459462711be939175285a0a4c83649ab6' (2022-12-29)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force