From 78b83208a95765c2f9d69ff17d62fe3775871c66 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 12 Feb 2025 21:26:16 +0100 Subject: template: formatting --- nix/templates/goapp/flake.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'nix/templates/goapp/flake.nix') 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='>; ' + ''; }; } ); -- cgit 1.4.1