Moved from nix-shell -> flakes
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m27s

This commit is contained in:
2025-07-25 16:51:25 -06:00
parent 14de7b0d22
commit f85cf0c719
6 changed files with 260 additions and 186 deletions

View File

@@ -10,7 +10,7 @@ My personal website built with Astro and Preact!
- **Talks**
- **Terminal View**
** Nix shell is required for local development! Install it on your OS of choice OR use NixOS!
** Nix with flakes enabled is required for local development! Install it on your OS of choice OR use NixOS!
## Development
@@ -19,7 +19,7 @@ My personal website built with Astro and Preact!
pnpm i
# Start development server
pnpm shell # Enter nix-shell
pnpm nix # Build with flakes
pnpm dev
# Build for production