diff options
author | Emile <git@emile.space> | 2025-02-12 21:26:16 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-12 21:26:16 +0100 |
commit | 78b83208a95765c2f9d69ff17d62fe3775871c66 (patch) | |
tree | e2f1dbb9072ca7c27fa8a59246d93fd8c0546079 | |
parent | c0a8852e4ec21f15c5a862201515518c3eee7734 (diff) |
template: formatting
-rw-r--r-- | nix/templates/goapp/flake.nix | 9 |
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='>; ' + ''; }; } ); |