This commit is contained in:
zackartz 2024-05-06 00:45:49 -04:00
parent be42470678
commit ef5eaec856
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -10,7 +10,7 @@
root = "${inputs.resume.packages.${pkgs.system}.default}";
};
extraConfig = ''
index resume.pdf
index resume.pdf;
'';
};
}