bump nixpkgs - r297538.75bd996363c

This commit is contained in:
LavaDesu 2021-06-23 22:34:42 +07:00
parent 0ebbac113c
commit df4e866a6e
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 = "296773";
revCount = "297538";
base = { config, ... }: {
system = {
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;