about summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-25 18:48:51 +0200
committerAlan Pearce2024-06-25 18:49:56 +0200
commit9c3dd9231015d2d75d104bbc55b6e5326e8656bd (patch)
tree5669a8afa4ff337779b72326ac8a8b27071f177b /shell.nix
parentb7d3ee578a0fa7c482c386242f2fc52c2600568a (diff)
downloadwebsite-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.lz
website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.zst
website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.zip
remove netlify and vercel configurations
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index d7db15c..4d46e2a 100644
--- a/shell.nix
+++ b/shell.nix
@@ -25,7 +25,5 @@ pkgs.mkShell {
 
     ko
     flyctl
-    nodePackages.vercel
-    netlify-cli
   ];
 }