diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-25 18:09:38 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-25 18:09:38 -0700 |
| commit | 22e7b10377a2a5672d5af6840a9a21e298315cfd (patch) | |
| tree | 5c294d104b75b7d87bdb907a7f295d9959aefa7c /flake.nix | |
| parent | ref(blog): drop the flake configuration (diff) | |
| download | infra-22e7b10377a2a5672d5af6840a9a21e298315cfd.tar.gz | |
ref(resume): remove flake.nix
Integrate the resume with the rest of the repository, as I did for the
blog in the previous commit.
Added a script to copy the resume in the static directory of the blog.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -63,7 +63,10 @@ go run ./cmd/dnsupdate/ ''; - users.fcuny = { blog = import ./users/fcuny/blog { inherit pkgs; }; }; + users.fcuny = { + blog = import ./users/fcuny/blog { inherit pkgs; }; + resume = import ./users/fcuny/resume { inherit pkgs; }; + }; }; checks = { |
