Skip to content

Commit

Permalink
fix: drop go
Browse files Browse the repository at this point in the history
This caused me a lot of headaches, Go was basically poisoning my
LD_LIBRARY_PATH variable and breaking source compilations
  • Loading branch information
hbjydev committed Sep 22, 2024
1 parent 7b6d726 commit 26e5054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/hayden/dev/go.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ ... }:
{
programs.go = {
enable = true;
enable = false;
goPath = "Development/language/go";
};
}

0 comments on commit 26e5054

Please sign in to comment.