bump nixpkgs - r299942.09c38c29f2c

This commit is contained in:
LavaDesu 2021-07-04 14:15:19 +07:00
parent 80bc8db0a9
commit 450fd2f355
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@
)
) ++ [(self: super: customPackages super)];
revCount = "297098";
revCount = "299942";
base = { config, ... }: {
system = {
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;