diff --git a/flake.lock b/flake.lock index a67e38e..7d0bc70 100644 --- a/flake.lock +++ b/flake.lock @@ -55,11 +55,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1624729398, - "narHash": "sha256-XE/hrbbGaqYLlm0/7so5k5TvSi9f42Aq6JCtkmkZHXg=", + "lastModified": 1625855768, + "narHash": "sha256-eMfaWs1Lmj1x7EtejWysqh8kfqWwDtU94/gWRuiuzgI=", "owner": "neovim", "repo": "neovim", - "rev": "bdf3df4027a5389a46b4c9a75b50aff5c0ecb351", + "rev": "e43dbfdd05d09e28ee0468f1cd1808f859807606", "type": "github" }, "original": { @@ -78,11 +78,11 @@ ] }, "locked": { - "lastModified": 1624781490, - "narHash": "sha256-XoQ03wPJx7RK8AFZwp4CZ9yXcLr0kXutQJ+zSwhxetU=", + "lastModified": 1625904691, + "narHash": "sha256-R+HcHxfAsG3JxdeXvQUjDg6i4VJxjh39SPEGwaLMWi4=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "bb9f5f5cfd05248457e2a62a70db0d55aab1d5d4", + "rev": "c2a8577b755101ba3cd5d8b20a1a46f231b76a11", "type": "github" }, "original": { @@ -93,11 +93,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1624626397, - "narHash": "sha256-+h0ulo5//RqStx6g6MDqD9MzgmBfeZ1VYxwEaSmw/Zs=", + "lastModified": 1625697353, + "narHash": "sha256-/v85RkZ0Z+lxipkG2sjYNRINktc8VySbLQmPbirY0hQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e1f8852faac7638e88d5e8a5b9ee2a7568685e3f", + "rev": "87807e64a5ef5206b745a40af118c7be8db73681", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4f50acd..e367ae6 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ }; }; - outputs = inputs@{ self, nixpkgs, neovim-overlay, utils, ... }: utils.lib.systemFlake { + outputs = inputs@{ self, nixpkgs, utils, ... }: utils.lib.systemFlake { inherit self inputs; channels.nixpkgs.input = nixpkgs;