diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:50:24 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:50:24 +0100 |
commit | c1e3c156525fc215810f19b0adbf3c893aea3fab (patch) | |
tree | ef9f16c14266044f7a1cc07be1671388cdf9eb1f /build/c/.envrc | |
parent | build(.envrc): Denote the executing shell (diff) | |
download | flake-templates-c1e3c156525fc215810f19b0adbf3c893aea3fab.tar.gz flake-templates-c1e3c156525fc215810f19b0adbf3c893aea3fab.zip |
style(treewide): Format
Diffstat (limited to '')
-rw-r--r-- | build/c/.envrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/c/.envrc b/build/c/.envrc index 3db39e6..dc660f3 100644 --- a/build/c/.envrc +++ b/build/c/.envrc @@ -6,6 +6,6 @@ watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi |