add nix shell with dependencies

This commit is contained in:
Troy 2025-01-04 22:24:03 +00:00
parent cb06106438
commit 4b2c3a3682
Signed by: troy
GPG key ID: DFC06C02ED3B4711
2 changed files with 7 additions and 1 deletions

6
shell.nix Normal file
View file

@ -0,0 +1,6 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
nodejs
];
}

View file

@ -1,6 +1,6 @@
---
title: "Camouflage Store"
description: "My role in setting up & managing an ecommerce store and creating informational YouTube content."
description: "Migrating and managing an ecommerce store, in addition to creating informational video content."
#date: 2020-12-03T09:17:23+00:00 # Date of site creation
date: 2022-10-18 # Date Persuit theme was purchased
updated: 2024-12-05