add nix shell with dependencies (#12)
This commit is contained in:
parent
cb06106438
commit
fe60d3846f
2 changed files with 7 additions and 1 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
nodejs
|
||||
];
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue