about summary refs log tree commit diff
path: root/home/gtk
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 13:42:07 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 14:11:18 -0700
commita68263b8d38f5048c7ccb8522f4f007f31fa8388 (patch)
treef16978ff48fdb3a01919b3d02576c31067bfaedb /home/gtk
parentfix(secrets): buildKite agents can read gerrit secrets (diff)
downloadworld-a68263b8d38f5048c7ccb8522f4f007f31fa8388.tar.gz
fix(GTK): delete commented code
Change-Id: Ia942b32b9eef3d5205a7845ef4945d42af8a0862
Reviewed-on: https://cl.fcuny.net/c/world/+/321
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'home/gtk')
-rw-r--r--home/gtk/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/home/gtk/default.nix b/home/gtk/default.nix
index b9173c7..0dd62cb 100644
--- a/home/gtk/default.nix
+++ b/home/gtk/default.nix
@@ -39,11 +39,5 @@ in {
           [ "file:///home/fcuny/workspace" "file:///home/fcuny/documents" ];
       };
     };
-
-    # environment = {
-    #   pathsToLink = [ "/libexec" ];
-    #   homeBinInPath = true;
-    #   localBinInPath = true;
-    # };
   };
 }