bump nixpkgs - r301044.87807e64a5e

This commit is contained in:
LavaDesu 2021-07-10 01:14:22 +07:00
parent 3c8155a2c4
commit c087b37ab6
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

View file

@ -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;