We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a955df commit 6f271f5Copy full SHA for 6f271f5
Makefile
@@ -32,7 +32,7 @@ dotfiles: setup-stow
32
ln -sf ~/dotfiles/fish ~/.config/fish\
33
34
test: setup-nix
35
- bash ./nix/load-"$(OS)".sh && bash ./tests/*.sh
+ . ./nix/load-"$(OS)".sh && bash ./tests/*.sh
36
37
.PHONY: setup-uv python js
38
0 commit comments