Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 733 Bytes

File metadata and controls

11 lines (8 loc) · 733 Bytes

Personal website

built with nix

The project repo for my personal website nicoevergara.com

Getting started

To be able to build this project, make sure to have nix set up. After that, you can use one of the following dependencies install options:

  • Install direnv and run direnv allow . in the project's root directory to active the .envrc config
  • Run nix develop to open a shell using flake.nix
    • Optionally, the --ignore-environment flag can be set to create a pure shell