aciceri / nixfleet

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

Automatic `flake.lock` update #10

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 'comma':
    'github:nix-community/comma/691120d169189f3a9cb29b1c72bcd521ac372b2b' (2022-10-17)
  → 'github:nix-community/comma/959a31aaec134d75802a47271a8df09563098fa2' (2022-11-21)
• Updated input 'doomEmacs':
    'github:nix-community/nix-doom-emacs/d73237307872f29f2c6492aa81dfc8be0dead7a8' (2022-11-11)
  → 'github:nix-community/nix-doom-emacs/3c02175dd06714c15ddd2f73708de9b4dacc6aa9' (2022-11-25)
• Updated input 'doomEmacs/emacs-overlay':
    'github:nix-community/emacs-overlay/a5732835d449b66324efa829e3b8be73be3d505e' (2022-11-10)
  → 'github:nix-community/emacs-overlay/49d5cbd389a3fb843793cd7503ad7abdb4f40a9d' (2022-11-24)
• Updated input 'doomEmacs/flake-compat':
    'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19)
  → 'github:edolstra/flake-compat/009399224d5e398d03b22badca40a37ac85412a1' (2022-11-17)
• Updated input 'doomEmacs/nixpkgs':
    'github:NixOS/nixpkgs/72d8853228c9758820c39b8659415b6d89279493' (2022-11-10)
  → 'github:NixOS/nixpkgs/8e8b5f3b1e899bf5d250279578c0283705b8cdb4' (2022-11-24)
• Updated input 'doomEmacs/org':
    'github:emacs-straight/org-mode/48b237d9e21a4edf528d4bd1ed99d1f3757e4931' (2022-10-24)
  → 'github:emacs-straight/org-mode/0737112852afe835a5a5833a2dd0a6852c04e0f0' (2022-11-19)
• Updated input 'doomEmacs/revealjs':
    'github:hakimel/reveal.js/f6f657b627f9703e32414d8d3f16fb49d41031cb' (2022-10-17)
  → 'github:hakimel/reveal.js/9f1f7789bfbf689d9c1615e523d5c6262771e90f' (2022-11-17)
• Updated input 'homeManager':
    'github:nix-community/home-manager/6ce3493a3c5c6a8f4cfa6f5f88723272e0cfd335' (2022-11-09)
  → 'github:nix-community/home-manager/62cb5bcf93896e4dd6b4507dac7ba2e2e3abc9d7' (2022-11-24)
• Updated input 'nixosHardware':
    'github:NixOS/nixos-hardware/11a42a580de22355934ffd9235b81b64004a2e98' (2022-11-10)
  → 'github:NixOS/nixos-hardware/0099253ad0b5283f06ffe31cf010af3f9ad7837d' (2022-11-22)
• Updated input 'nixpkgsStable':
    'github:NixOS/nixpkgs/fa842715565307b7e05cdb187b08c05f16ed08f1' (2022-11-09)
  → 'github:NixOS/nixpkgs/68ba2f40991e79a2e4e5c5b242e175a1ad270ab9' (2022-11-24)
• Updated input 'nixpkgsUnstable':
    'github:NixOS/nixpkgs/872fceeed60ae6b7766cc0a4cd5bf5901b9098ec' (2022-11-09)
  → 'github:NixOS/nixpkgs/27ccd29078f974ddbdd7edc8e38c8c8ae003c877' (2022-11-24)
• Updated input 'preCommitHooks':
    'github:cachix/pre-commit-hooks.nix/ebcbfe09d2bd6d15f68de3a0ebb1e4dcb5cd324b' (2022-11-09)
  → 'github:cachix/pre-commit-hooks.nix/078b0dee35e2da01334af682ec347463b70a9986' (2022-11-22)
• Added input 'preCommitHooks/flake-compat':
    'github:edolstra/flake-compat/009399224d5e398d03b22badca40a37ac85412a1' (2022-11-17)
• Updated input 'preCommitHooks/flake-utils':
    'github:numtide/flake-utils/6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817' (2022-10-29)
  → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02)
• Added input 'preCommitHooks/gitignore':
    'github:hercules-ci/gitignore.nix/a20de23b925fd8264fd7fad6454652e142fd7f73' (2022-08-14)
• Added input 'preCommitHooks/gitignore/nixpkgs':
    follows 'preCommitHooks/nixpkgs'
• Updated input 'preCommitHooks/nixpkgs':
    'github:NixOS/nixpkgs/ef2f213d9659a274985778bff4ca322f3ef3ac68' (2022-11-01)
  → 'github:NixOS/nixpkgs/af50806f7c6ab40df3e6b239099e8f8385f6c78b' (2022-11-21)
• Added input 'preCommitHooks/nixpkgs-stable':
    'github:NixOS/nixpkgs/cf63ade6f74bbc9d2a017290f1b2e33e8fbfa70a' (2022-11-20)

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