- Secrets are stored within
secrets.nix
file, which has the following content:
{
DATE_OF_BIRTH = "January 1st 1900";
CELLPHONE = "999 999 999";
ADDRESS_STREET = "...";
ADDRESS_ZIP_CITY = "...";
ADDRESS_COUNTRY = "...";
}
-
Build pdf document:
$ nix build
-
Examine document with
evince
:$ nix run .#show-cv
-
Nix files formatting:
$ nix fmt
-
Git crypt:
$ git-crypt unlock <your_symmetric.key>