diff options
author | Alan Pearce | 2024-06-25 18:48:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 18:49:56 +0200 |
commit | 9c3dd9231015d2d75d104bbc55b6e5326e8656bd (patch) | |
tree | 5669a8afa4ff337779b72326ac8a8b27071f177b /shell.nix | |
parent | b7d3ee578a0fa7c482c386242f2fc52c2600568a (diff) | |
download | website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.lz website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.tar.zst website-9c3dd9231015d2d75d104bbc55b6e5326e8656bd.zip |
remove netlify and vercel configurations
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
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 ]; } |