fix(nix)_: avoid warning about default shell fallback

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-04-11 16:23:47 +03:00
parent c343d52944
commit ba04237972
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ define sh
$(shell $(1))
endef
# TODO: Define more specific shells.
TARGET := default
SHELL := ./nix/scripts/shell.sh
shell: export TARGET ?= default
shell: ##@prepare Enter into a pre-configured shell