diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-14 11:35:04 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-14 11:35:04 +0200 |
| commit | 58e705473cfe5078f109267a1164db81c7fb2da7 (patch) | |
| tree | 976c568136b61640c9ebed97be0dca833bc3d50b /flake.nix | |
| parent | 91802c21d446175a02c820bcd243920a0791441b (diff) | |
| download | page-58e705473cfe5078f109267a1164db81c7fb2da7.tar.zst | |
Update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -21,7 +21,12 @@ pkgs = nixpkgsFor.${system}; in { - default = pkgs.mkShell { buildInputs = with pkgs; [ biome ]; }; + default = pkgs.mkShell { + buildInputs = with pkgs; [ + biome + go + ]; + }; } ); }; |
