Skip to content

Commit

Permalink
chore: Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuteivist committed Apr 17, 2024
1 parent 12deb23 commit 961729d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ endef

# TODO: Define more specific shells.
TARGET := default
SHELL := ./nix/scripts/shell.sh
ifndef SHELL
SHELL := ./nix/scripts/shell.sh
endif
shell: export TARGET ?= default
shell: ##@prepare Enter into a pre-configured shell
ifndef IN_NIX_SHELL
Expand Down

0 comments on commit 961729d

Please sign in to comment.