diff --git a/flake.lock b/flake.lock index db42f85..c870f08 100644 --- a/flake.lock +++ b/flake.lock @@ -98,11 +98,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1625281901, - "narHash": "sha256-DkZDtTIPzhXATqIps2ifNFpnI+PTcfMYdcrx/oFm00Q=", + "lastModified": 1625697353, + "narHash": "sha256-/v85RkZ0Z+lxipkG2sjYNRINktc8VySbLQmPbirY0hQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "09c38c29f2c719cd76ca17a596c2fdac9e186ceb", + "rev": "87807e64a5ef5206b745a40af118c7be8db73681", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b184ea7..9e6a357 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ ) ++ [(self: super: customPackages super)] ++ [inputs.neovim-nightly.overlay]; - revCount = "299942"; + revCount = "301044"; base = { config, ... }: { system = { configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;