diff options
author | sefidel <contact@sefidel.net> | 2022-01-09 14:45:50 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-09 14:45:50 +0900 |
commit | 4de994884be647b59e47d2183d4a1a532c827d85 (patch) | |
tree | 2c91ee5ebf4327d487ad233c484f7957b64beb68 /nixos | |
parent | cb5cfbc81b0d0aed072f79f5a4e647d9489d767c (diff) | |
download | nixrc-4de994884be647b59e47d2183d4a1a532c827d85.tar.gz nixrc-4de994884be647b59e47d2183d4a1a532c827d85.zip |
nixos/alpha: add gcc
* fixes treesitter's libstdc++.so.6 error
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configurations/alpha.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |