aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-11 16:31:43 -0400
committerRosa <rosaontheweb@proton.me>2026-05-11 16:31:43 -0400
commit6143a710c142cf6704527ae32a7c90c02e83fe4a (patch)
treebebd50bd9c160fe6fdf12bbd14b4f512d84c047e /flake.nix
parent710bfe5ddb769d9c6f15497928638f1aed3bc45a (diff)
start work on zig build system
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b875fd9..618bd3d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,9 +19,12 @@
{
devShells.default = pkgs.mkShellNoCC {
nativeBuildInputs = with pkgs; [
- just
+ gnutar
lighttpd
+ openssh
vscode-langservers-extracted
+ zig
+ zls
];
};