From 4de994884be647b59e47d2183d4a1a532c827d85 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 9 Jan 2022 14:45:50 +0900 Subject: nixos/alpha: add gcc * fixes treesitter's libstdc++.so.6 error --- nixos/configurations/alpha.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configurations/alpha.nix b/nixos/configurations/alpha.nix index c472317..b04d01d 100644 --- a/nixos/configurations/alpha.nix +++ b/nixos/configurations/alpha.nix @@ -47,7 +47,7 @@ time.timeZone = "Asia/Seoul"; - environment.systemPackages = with pkgs; [ ]; + environment.systemPackages = with pkgs; [ gcc ]; services.openssh.enable = true; -- cgit 1.4.1