diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-07 17:56:36 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-07 17:56:36 +0100 |
commit | b53d899fba10c1661cab0ddb6bb6759d051c8200 (patch) | |
tree | 76eeb21200d2f20f4debc6feaf076491fa838170 /pkgs/by-name | |
parent | treewide: Update (diff) | |
download | nixos-server-b53d899fba10c1661cab0ddb6bb6759d051c8200.zip |
pkgs/back/.envrc: Stop fetching when loading the shell
Diffstat (limited to 'pkgs/by-name')
-rw-r--r-- | pkgs/by-name/ba/back/.envrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/by-name/ba/back/.envrc b/pkgs/by-name/ba/back/.envrc index e86f040..66c2f00 100644 --- a/pkgs/by-name/ba/back/.envrc +++ b/pkgs/by-name/ba/back/.envrc @@ -17,6 +17,5 @@ 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 fi |