bump nixpkgs - r296773.f2122ea5815

This commit is contained in:
LavaDesu 2021-06-20 11:41:59 +07:00
parent c28069cbcd
commit 8fead95a9e
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
outputs = inputs: with inputs;
let
revCount = "295536";
revCount = "296773";
base = { config, ... }: {
system = {
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;