about summary refs log tree commit diff
path: root/website/days-of-week-habits/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'website/days-of-week-habits/shell.nix')
-rw-r--r--website/days-of-week-habits/shell.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/website/days-of-week-habits/shell.nix b/website/days-of-week-habits/shell.nix
deleted file mode 100644
index 083254beefd0..000000000000
--- a/website/days-of-week-habits/shell.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-let
-  briefcase = import <briefcase> {};
-  pkgs = briefcase.third_party.pkgs;
-in pkgs.mkShell {
-  buildInputs = with pkgs; [
-    nodejs
-    yarn
-  ];
-}