aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-25 18:09:38 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-25 18:09:38 -0700
commit22e7b10377a2a5672d5af6840a9a21e298315cfd (patch)
tree5c294d104b75b7d87bdb907a7f295d9959aefa7c /flake.nix
parentref(blog): drop the flake configuration (diff)
downloadinfra-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.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a20858d..8b62add 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {