diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-07 18:18:35 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-08 14:55:09 -0700 |
| commit | 37bc4248220fe94d47772f974d80c58fc375bb16 (patch) | |
| tree | af1869555c8844efc41afab75d8491b33d2596f2 /users/fcuny/resume/.gitignore | |
| parent | drone: add configuration (diff) | |
| download | infra-37bc4248220fe94d47772f974d80c58fc375bb16.tar.gz | |
simplify the build
Running `nix build` is enough to generate the file `resume.html`. It
will be created in the `result` directory automatically.
The configuration for the build is also updated to run `nix build`
Diffstat (limited to '')
| -rw-r--r-- | users/fcuny/resume/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/resume/.gitignore b/users/fcuny/resume/.gitignore index 813f87f..b61158c 100644 --- a/users/fcuny/resume/.gitignore +++ b/users/fcuny/resume/.gitignore @@ -1 +1,2 @@ /resume.html +/result |
