Skip to content

Commit

Permalink
ci(flake): update all inputs (#3)
Browse files Browse the repository at this point in the history
Update all flake inputs. Additionally, remove nixvim's obsolete flake-utils
input override and override nixvim's home-manager input.

Flake lock file updates:

• Updated input 'homeManager':
    'github:nix-community/home-manager/f8a4a5c18f4fee53ac3016a52a97df2aaeede65b' (2023-12-28)
  → 'github:nix-community/home-manager/51e44a13acea71b36245e8bd8c7db53e0a3e61ee' (2024-01-05)
• Updated input 'nix-alien':
    'github:thiagokokada/nix-alien/7d36757ddef3c2fb1805126e0da9abc9d88060f8' (2023-12-15)
  → 'github:thiagokokada/nix-alien/181b6bd6d60f7ccc965bc04f1b43d9627153fd99' (2024-01-08)
• Updated input 'nix-alien/nix-index-database':
    'github:Mic92/nix-index-database/45d82e0a8b9dd6c5dd9da835ac0c072239af7785' (2023-12-11)
  → 'github:nix-community/nix-index-database/d6510ce144f5da7dd9bac667ba3d5a4946c00d11' (2023-12-31)
• Updated input 'nix-alien/nix-index-database/nixpkgs':
    'github:nixos/nixpkgs/2c7f3c0fb7c08a0814627611d9d7d45ab6d75335' (2023-12-04)
  → 'github:nixos/nixpkgs/cfc3698c31b1fb9cdcf10f36c9643460264d0ca8' (2023-12-27)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/5f64a12a728902226210bf01d25ec6cbb9d9265b' (2023-12-24)
  → 'github:nixos/nixpkgs/46ae0210ce163b3cba6c7da08840c1d63de9c701' (2024-01-06)
• Updated input 'nixvim':
    'github:nix-community/nixvim/c11158c73e9a488d803356127a54af8101fc0051' (2023-12-24)
  → 'github:nix-community/nixvim/0f1c0bda6dad29b2609cafcea512866b86aa2be5' (2024-01-08)
• Added input 'nixvim/flake-parts':
    'github:hercules-ci/flake-parts/88a2cd8166694ba0b6cb374700799cec53aef527' (2024-01-01)
• Added input 'nixvim/flake-parts/nixpkgs-lib':
    follows 'nixvim/nixpkgs'
• Removed input 'nixvim/flake-utils'
• Added input 'nixvim/home-manager':
    'github:nix-community/home-manager/51e44a13acea71b36245e8bd8c7db53e0a3e61ee' (2024-01-05)
• Added input 'nixvim/home-manager/nixpkgs':
    follows 'nixvim/nixpkgs'
• Added input 'nixvim/nix-darwin':
    'github:lnl7/nix-darwin/0dd382b70c351f528561f71a0a7df82c9d2be9a4' (2024-01-03)
• Added input 'nixvim/nix-darwin/nixpkgs':
    follows 'nixvim/nixpkgs'
• Updated input 'preCommitHooks':
    'github:cachix/pre-commit-hooks.nix/7f35ec30d16b38fe0eed8005933f418d1a4693ee' (2023-12-24)
  → 'github:cachix/pre-commit-hooks.nix/ea96f0c05924341c551a797aaba8126334c505d2' (2024-01-08)
• Updated input 'stylix':
    'github:danth/stylix/7ccd1293a48f01eace7d0ce8d82af51919105b76' (2023-12-25)
  → 'github:danth/stylix/9bc1900b6888efdda39c2e02c7c8666911b72608' (2024-01-03)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: NAHO <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2024
1 parent dfff55d commit 4699407
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 29 deletions.
100 changes: 72 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

nixvim = {
inputs = {
flake-utils.follows = "flakeUtils";
home-manager.follows = "homeManager";
nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "preCommitHooks";
};
Expand Down

0 comments on commit 4699407

Please sign in to comment.