aciceri / nixfleet

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

Automatic `flake.lock` update #9

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 'doomEmacs':
    'github:nix-community/nix-doom-emacs/17673891a41c747d485b9407cb3b50b3156395ee' (2022-10-25)
  → 'github:nix-community/nix-doom-emacs/d73237307872f29f2c6492aa81dfc8be0dead7a8' (2022-11-11)
• Removed input 'doomEmacs/doom-modeline'
• Updated input 'doomEmacs/emacs-overlay':
    'github:nix-community/emacs-overlay/b8e24cec99ff68f8a875b6f842a10b6b2ab398d3' (2022-10-20)
  → 'github:nix-community/emacs-overlay/a5732835d449b66324efa829e3b8be73be3d505e' (2022-11-10)
• Updated input 'doomEmacs/flake-utils':
    'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
  → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02)
• Updated input 'doomEmacs/nix-straight':
    'github:nix-community/nix-straight.el/fb8dd5c44cde70abd13380766e40af7a63888942' (2022-07-01)
  → 'github:nix-community/nix-straight.el/ad10364d64f472c904115fd38d194efe1c3f1226' (2022-10-28)
• Updated input 'doomEmacs/nixpkgs':
    'github:NixOS/nixpkgs/d639b2dfacdb3464faa11936a8c751ea3ff57775' (2022-10-20)
  → 'github:NixOS/nixpkgs/72d8853228c9758820c39b8659415b6d89279493' (2022-11-10)
• Updated input 'doomEmacs/org':
    'github:emacs-straight/org-mode/98cae03b7d9a612334d5ea461e73ac0b37b0285d' (2022-10-20)
  → 'github:emacs-straight/org-mode/48b237d9e21a4edf528d4bd1ed99d1f3757e4931' (2022-10-24)
• Updated input 'homeManager':
    'github:nix-community/home-manager/e901c8d86082be74a8be70773bbb6d401ff21e49' (2022-10-17)
  → 'github:nix-community/home-manager/6ce3493a3c5c6a8f4cfa6f5f88723272e0cfd335' (2022-11-09)
• Updated input 'homeManager/utils':
    'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
  → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02)
• Updated input 'nixosHardware':
    'github:NixOS/nixos-hardware/0e6593630071440eb89cd97a52921497482b22c6' (2022-10-17)
  → 'github:NixOS/nixos-hardware/11a42a580de22355934ffd9235b81b64004a2e98' (2022-11-10)
• Updated input 'nixpkgsStable':
    'github:NixOS/nixpkgs/1935dd8fdab8e022a9d958419663162fd840014c' (2022-10-17)
  → 'github:NixOS/nixpkgs/fa842715565307b7e05cdb187b08c05f16ed08f1' (2022-11-09)
• Updated input 'nixpkgsUnstable':
    'github:NixOS/nixpkgs/104e8082de1b20f9d0e1f05b1028795ed0e0e4bc' (2022-10-16)
  → 'github:NixOS/nixpkgs/872fceeed60ae6b7766cc0a4cd5bf5901b9098ec' (2022-11-09)
• Updated input 'preCommitHooks':
    'github:cachix/pre-commit-hooks.nix/94b0f300dd9a23d4e851aa2a947a1511d3410e2d' (2022-10-12)
  → 'github:cachix/pre-commit-hooks.nix/ebcbfe09d2bd6d15f68de3a0ebb1e4dcb5cd324b' (2022-11-09)
• Updated input 'preCommitHooks/flake-utils':
    'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07)
  → 'github:numtide/flake-utils/6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817' (2022-10-29)
• Updated input 'preCommitHooks/nixpkgs':
    'github:nixos/nixpkgs/77a7a4197740213879b9a1d2e1788c6c8ade4274' (2022-02-23)
  → 'github:NixOS/nixpkgs/ef2f213d9659a274985778bff4ca322f3ef3ac68' (2022-11-01)

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