configuration.nix/.envrc
Jalil David Salamé Messina 7bc757b757
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
fix(envrc): also fetch other remotes
2024-11-17 13:01:06 +01:00

10 lines
141 B
Bash

# update repo
if has jj; then
jj git fetch --all-remotes
elif has gix; then
gix fetch
elif has git; then
git fetch
fi
use flake