aciceri / nixfleet

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

Automatic `flake.lock` update #4

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 'agenix':
    'github:ryantm/agenix/c96da5835b76d3d8e8d99a0fec6fe32f8539ee2e' (2022-09-03)
  → 'github:ryantm/agenix/6acb1fe5f8597d5ce63fc82bc7fcac7774b1cdf0' (2022-09-25)
• Updated input 'doomEmacs':
    'github:nix-community/nix-doom-emacs/a62512125de85c81fa8d1bb77ba8c8fe96d5b390' (2022-09-08)
  → 'github:nix-community/nix-doom-emacs/b65e204ce9d20b376acc38ec205d08007eccdaef' (2022-10-01)
• Updated input 'doomEmacs/doom-snippets':
    'github:doomemacs/snippets/f957f8d195872f19c7ab0a777d592c611e10e9bb' (2022-08-07)
  → 'github:doomemacs/snippets/03a62fe7edf7e87fdbd925713fbd3bf292d14b00' (2022-09-08)
• Updated input 'doomEmacs/emacs-overlay':
    'github:nix-community/emacs-overlay/6b4445aa659fa26b4f36d9975b34632312699a85' (2022-09-01)
  → 'github:nix-community/emacs-overlay/6c78924bc5b6daaf98c0dbe63bdfcf80e6433f4b' (2022-09-29)
• Updated input 'doomEmacs/nixpkgs':
    'github:NixOS/nixpkgs/0e304ff0d9db453a4b230e9386418fd974d5804a' (2022-08-24)
  → 'github:NixOS/nixpkgs/8ba120420fbdd9bd35b3a5366fa0206d8c99ade3' (2022-09-29)
• Updated input 'doomEmacs/org':
    'github:emacs-straight/org-mode/e36c3cc21b8b1471e1f7928a118de693819c3f12' (2022-09-01)
  → 'github:emacs-straight/org-mode/fe1f4f2ccf040deff9c57288d987f17cc2da321f' (2022-09-29)
• Updated input 'doomEmacs/org-contrib':
    'github:emacsmirror/org-contrib/0740bd3fe69c4b327420185d931dcf0a9900a80e' (2022-08-20)
  → 'github:emacsmirror/org-contrib/aa104c0bbc3113f6d3d167b20bd8d6bf6a285f0f' (2022-09-27)
• Updated input 'doomEmacs/revealjs':
    'github:hakimel/reveal.js/b23d15c4304a9a1b72f484171fc97682e5ed85a3' (2022-08-14)
  → 'github:hakimel/reveal.js/468132320d6e072abd1297d7cc24766a2b7a832d' (2022-09-24)
• Updated input 'doomEmacs/ts-fold':
    'github:jcs-elpa/ts-fold/28409a0ceede0751ed9d520c6a19d1f5f1211502' (2022-09-01)
  → 'github:jcs-elpa/ts-fold/c3da5520b988720f7f6e9e5e11b60746598112e0' (2022-09-14)
• Updated input 'homeManager':
    'github:nix-community/home-manager/9f7fe353b613d0e45d7a5cdbd1f13c96c15803dd' (2022-09-09)
  → 'github:nix-community/home-manager/a7f0cc2d7b271b4a5df9b9e351d556c172f7e903' (2022-09-30)
• Updated input 'homeManager/utils':
    'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30)
  → 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
• Updated input 'nixpkgsStable':
    'github:NixOS/nixpkgs/c7bad05cd7be62d8e59131b351e1e99e6215e886' (2022-09-07)
  → 'github:NixOS/nixpkgs/9cac45850280978a21a3eb67b15a18f34cbffa2d' (2022-10-01)
• Updated input 'nixpkgsUnstable':
    'github:NixOS/nixpkgs/2da64a81275b68fdad38af669afeda43d401e94b' (2022-09-01)
  → 'github:NixOS/nixpkgs/59d2991d4256cdca1c0cda45d876c80a0fe45c31' (2022-10-02)
• Updated input 'preCommitHooks':
    'github:cachix/pre-commit-hooks.nix/8cb8ea5f1c7bc2984f460587fddd5f2e558f6eb8' (2022-08-18)
  → 'github:cachix/pre-commit-hooks.nix/2e4a708918e14fdbd534cc94aaa9470cd19b2464' (2022-10-02)

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