aciceri / nixfleet

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

Automatic `flake.lock` update #11

Closed aciceri closed 2 years ago

aciceri commented 2 years ago

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

Flake lock file updates:

• Updated input 'comma':
    'github:nix-community/comma/959a31aaec134d75802a47271a8df09563098fa2' (2022-11-21)
  → 'github:nix-community/comma/48b723b201e94958a29a35e4f64bb4391fe73464' (2022-11-26)
• Updated input 'homeManager':
    'github:nix-community/home-manager/62cb5bcf93896e4dd6b4507dac7ba2e2e3abc9d7' (2022-11-24)
  → 'github:nix-community/home-manager/3b0a446bbf29cfeb78e0d1a8210bdf6fae8efccd' (2022-11-29)
• Updated input 'nixosHardware':
    'github:NixOS/nixos-hardware/0099253ad0b5283f06ffe31cf010af3f9ad7837d' (2022-11-22)
  → 'github:NixOS/nixos-hardware/7883883d135ce5b7eae5dce4bfa12262b85c1c46' (2022-11-28)
• Updated input 'nixpkgsStable':
    'github:NixOS/nixpkgs/68ba2f40991e79a2e4e5c5b242e175a1ad270ab9' (2022-11-24)
  → 'github:NixOS/nixpkgs/fecf05d4861f3985e8dee73f08bc82668ef75125' (2022-11-27)
• Updated input 'nixpkgsUnstable':
    'github:NixOS/nixpkgs/27ccd29078f974ddbdd7edc8e38c8c8ae003c877' (2022-11-24)
  → 'github:NixOS/nixpkgs/a115bb9bd56831941be3776c8a94005867f316a7' (2022-11-27)

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