From 4b2c3a368221073d0f832ef0db4f2886776d50e1 Mon Sep 17 00:00:00 2001
From: Troy <hello@troylusty.com>
Date: Sat, 4 Jan 2025 22:24:03 +0000
Subject: [PATCH] add nix shell with dependencies

---
 shell.nix                                       | 6 ++++++
 src/content/projects/camouflage-store/index.mdx | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 shell.nix

diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..4830dc4
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,6 @@
+{pkgs ? import <nixpkgs> {}}:
+pkgs.mkShell {
+  nativeBuildInputs = with pkgs.buildPackages; [
+    nodejs
+  ];
+}
diff --git a/src/content/projects/camouflage-store/index.mdx b/src/content/projects/camouflage-store/index.mdx
index 5165ccc..17b5ae0 100644
--- a/src/content/projects/camouflage-store/index.mdx
+++ b/src/content/projects/camouflage-store/index.mdx
@@ -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