summaryrefslogtreecommitdiff
path: root/derivations/windsurf/update-shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'derivations/windsurf/update-shell.nix')
-rw-r--r--derivations/windsurf/update-shell.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/derivations/windsurf/update-shell.nix b/derivations/windsurf/update-shell.nix
new file mode 100644
index 0000000..366cef6
--- /dev/null
+++ b/derivations/windsurf/update-shell.nix
@@ -0,0 +1,18 @@
+{
+ lib,
+ pkgs,
+ ...
+}:
+lib.mkShell {
+ packages = with pkgs; [
+ bash
+ curl
+ gawk
+ gnugrep
+ gnused
+ jq
+ nix
+ nix-prefetch
+ nix-prefetch-scripts
+ ];
+}