From 2f2b2f8a915a2f2f977d487c9a649a5cb35eec9a Mon Sep 17 00:00:00 2001 From: alydev Date: Tue, 3 Feb 2026 12:36:05 +1000 Subject: [PATCH] update --- system/global.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/global.nix b/system/global.nix index 1bde7d5..167bb56 100644 --- a/system/global.nix +++ b/system/global.nix @@ -5,7 +5,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g yt-dlp libgcc - gnumake cmake extra-cmake-modules zlib + gnumake cmake extra-cmake-modules zlib go ]; programs.nix-ld = { enable = true;