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