about summary refs log tree commit diff
path: root/users/wpcarro/website/goals/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/website/goals/shell.nix')
-rw-r--r--users/wpcarro/website/goals/shell.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/users/wpcarro/website/goals/shell.nix b/users/wpcarro/website/goals/shell.nix
deleted file mode 100644
index a3ae929ef4..0000000000
--- a/users/wpcarro/website/goals/shell.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs, ... }:
-
-pkgs.mkShell {
-  buildInputs = with pkgs; [
-    nodejs
-    yarn
-  ];
-}