diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:35:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-01 13:35:46 -0700 |
| commit | 5f41fd8b8b7cc2db152d4c353ce7da4c75e2dcf2 (patch) | |
| tree | a0ce881de5ed91a24d6fb4fad6ffbca0ef581c9c /users/fcuny/blog/.envrc | |
| parent | layout: improve readability and remove /notes (diff) | |
| download | infra-5f41fd8b8b7cc2db152d4c353ce7da4c75e2dcf2.tar.gz | |
build: slowly moving to nix
Add a `flake.nix' configuration to pull the required dependencies and
run the server.
Remove a few targets from the Makefile and move the deployment part to a
script.
Diffstat (limited to '')
| -rw-r--r-- | users/fcuny/blog/.envrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/blog/.envrc b/users/fcuny/blog/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/users/fcuny/blog/.envrc @@ -0,0 +1 @@ +use flake |
