about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/templates/goapp/flake.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/nix/templates/goapp/flake.nix b/nix/templates/goapp/flake.nix
index 414acb8..4e97240 100644
--- a/nix/templates/goapp/flake.nix
+++ b/nix/templates/goapp/flake.nix
@@ -36,16 +36,15 @@
               fd
               tokei
               tree
-
               eza
               ;
           };
 
           shellHook = ''
-                          alias ls=eza
-            							echo "goapp shell"
-                          export PS1='>; '
-            						'';
+            alias ls=eza
+            echo "goapp shell"
+            export PS1='>; '
+          '';
         };
       }
     );