hate when something needs to run go without my permission
This commit is contained in:
alsaiduq-lab 2025-12-02 08:59:22 -07:00
parent 75da958c43
commit 6415ebd5ba
3 changed files with 70 additions and 64 deletions

5
hosts/modules/go.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
go
];
}