add go-raceless

This commit is contained in:
2025-10-28 11:25:08 +00:00
parent 08ea34ecd6
commit 9fe0bbaefe
5 changed files with 87 additions and 12 deletions

View File

@@ -6,6 +6,7 @@
devTools,
hmOnly,
username,
wrapGo ? false,
...
}:
let
@@ -30,8 +31,13 @@ in
(lib.mkIf devTools [
universal-ctags
(
if wrapGo then
pkgs.go-raceless.override { inherit (pkgs.pkgs-unstable) go; }
else
pkgs.pkgs-unstable.go
)
pkgs-unstable.delve
pkgs-unstable.go_1_25
pkgs-unstable.go-tools
pkgs.zigpkgs."0.15.1"
])

View File

@@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
mj.base.users.email = null;
mj.base.users = {
email = null;
wrapGo = true;
};
environment.systemPackages = with pkgs; [
#swc