Skip to content

Commit 6f271f5

Browse files
committed
fix
1 parent 3a955df commit 6f271f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dotfiles: setup-stow
3232
ln -sf ~/dotfiles/fish ~/.config/fish\
3333

3434
test: setup-nix
35-
bash ./nix/load-"$(OS)".sh && bash ./tests/*.sh
35+
. ./nix/load-"$(OS)".sh && bash ./tests/*.sh
3636

3737
.PHONY: setup-uv python js
3838

0 commit comments

Comments
 (0)