From 4f2b735472eb921b5edd91c502e0a47d5e4d0cd2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 11 Jun 2024 09:48:15 +0200 Subject: chore(build): Update --- build/shell/.envrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/shell/.envrc (limited to 'build/shell/.envrc') diff --git a/build/shell/.envrc b/build/shell/.envrc new file mode 100644 index 0000000..3bc1085 --- /dev/null +++ b/build/shell/.envrc @@ -0,0 +1,9 @@ +use flake || use nix +watch_file flake.nix + +PATH_add ./scripts + +if on_git_branch; then + echo && git status --short --branch && + echo && git fetch --verbose +fi -- cgit 1.4.1