aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-29 13:40:21 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-29 13:40:21 +0200
commit6f398631a268f27721248e08185637773ab712d7 (patch)
treedf2d2cbeeb70d8b695196f1c105ab98e0759da68
parent341b9d2f8be11d6149994a89ddbde505a0b7977e (diff)
downloadhousing-master.tar.zst
Add goplsHEADmaster
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 1e8189d..91f74da 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,13 +25,15 @@
FORCE_COLOR = 1;
buildInputs = with pkgs; [
biome
- openssl
curl
gnumake
- nodejs
+ go
+ gopls
nodePackages.jsdoc
nodePackages.typescript
nodePackages.typescript-language-server
+ nodejs
+ openssl
];
shellHook = ''
printf "\nStarted the development environment\n"