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