From 73a300035b76f14abde9c4b1f9514d382083cdcd Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Wed, 1 Oct 2025 14:50:10 +0200 Subject: [PATCH 1/2] feat: enable golang Signed-off-by: Lander Van den Bulcke --- home/lander/features/workstation/default.nix | 1 + home/lander/features/workstation/go.nix | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 home/lander/features/workstation/go.nix diff --git a/home/lander/features/workstation/default.nix b/home/lander/features/workstation/default.nix index 0300066..4e8f11b 100644 --- a/home/lander/features/workstation/default.nix +++ b/home/lander/features/workstation/default.nix @@ -3,6 +3,7 @@ imports = [ ./alacritty.nix ./ghostty.nix + ./go.nix ./irssi.nix #./mail.nix ]; diff --git a/home/lander/features/workstation/go.nix b/home/lander/features/workstation/go.nix new file mode 100644 index 0000000..be24472 --- /dev/null +++ b/home/lander/features/workstation/go.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + programs.go = { + enable = true; + }; +} From e4ac1142789e39e453895adee70949741ca47c3e Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Wed, 1 Oct 2025 16:56:20 +0200 Subject: [PATCH 2/2] chore: nix flake update Signed-off-by: Lander Van den Bulcke --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index ec850cd..fd74533 100644 --- a/flake.lock +++ b/flake.lock @@ -591,11 +591,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1759233404, - "narHash": "sha256-WEINmubNOLLb5wkXIDJztvP+G/ZXhY+cUhqLpUBtYaY=", + "lastModified": 1759330440, + "narHash": "sha256-9enB00HsI7Xm1ANxTh/TKLaTwSzivw2sk9UuptNqTIA=", "ref": "refs/heads/main", - "rev": "5c2c66dd0c7f4d6c933dd77c30a1e98bfc75b93d", - "revCount": 177, + "rev": "9c404ac98cea054aaae865b110b71b22b4332828", + "revCount": 181, "type": "git", "url": "https://git.escapeangle.com/lander/nixvim.git" },