aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/cli/go.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/cli/go.nix')
-rw-r--r--users/fcuny/cli/go.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/fcuny/cli/go.nix b/users/fcuny/cli/go.nix
new file mode 100644
index 0000000..990b2ae
--- /dev/null
+++ b/users/fcuny/cli/go.nix
@@ -0,0 +1,6 @@
+{
+ programs.go = {
+ enable = true;
+ goPath = "workspace/go";
+ };
+}