Skip to content

Commit

Permalink
chore(nix): update flake.lock && neovim 0.9.5
Browse files Browse the repository at this point in the history
❯ nix flake update
warning: updating lock file '/home/william/dotfiles/flake.lock':
• Updated input 'darwin':
    'github:lnl7/nix-darwin/4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d' (2023-11-24)
  → 'github:lnl7/nix-darwin/1a41453cba42a3a1af2fff003be455ddbd75386c' (2023-12-31)
• Updated input 'home-manager':
    'github:nix-community/home-manager/6761b8188b860f374b457eddfdb05c82eef9752f' (2023-12-10)
  → 'github:nix-community/home-manager/d5824a76bc6bb93d1dce9ebbbcb09a9b6abcc224' (2023-12-23)
• Updated input 'neovim-flake':
    'github:neovim/neovim/d772f697a281ce9c58bf933997b87c7f27428a60?dir=contrib' (2023-10-09)
  → 'github:neovim/neovim/8744ee8783a8597f9fce4a573ae05aca2f412120?dir=contrib' (2023-12-30)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/45d82e0a8b9dd6c5dd9da835ac0c072239af7785' (2023-12-11)
  → 'github:Mic92/nix-index-database/d6510ce144f5da7dd9bac667ba3d5a4946c00d11' (2023-12-31)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9a81165eceee0aec8e12876372f20b689cda031d' (2023-12-13)
  → 'github:nixos/nixpkgs/167ea1a9685a87dd9282b36dc94dc715c09d7474' (2023-12-31)
• Updated input 'nur':
    'github:nix-community/nur/13deb9d23daa58856053b7e2aaed25eb5e94bb7c' (2023-12-13)
  → 'github:nix-community/nur/482be435861d41bbd09d9184ad15b29227d08e9a' (2023-12-31)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/e1d203c2fa7e2593c777e490213958ef81f71977' (2023-12-11)
  → 'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)
  • Loading branch information
WilliamHsieh committed Dec 31, 2023
1 parent 651d1b9 commit b258080
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 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 @@ -29,7 +29,7 @@
};

neovim-flake = {
url = "github:neovim/neovim/v0.9.4?dir=contrib";
url = "github:neovim/neovim/v0.9.5?dir=contrib";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
Expand Down

0 comments on commit b258080

Please sign in to comment.