Makefile : Add shell target.

This commit is contained in:
Dmitry Voronin 2024-10-11 22:41:25 +03:00
parent 1611413d6f
commit ac00537d6e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -59,6 +59,9 @@ live:
reboot: boot
reboot
shell:
SHELL_NAME="default" nix develop
show:
nix flake show