diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-28 14:37:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-28 16:23:50 -0400 |
commit | 3798d2065cd6b05c0bf9078430fa0551e6b09fdc (patch) | |
tree | c962217829fe8b85d1def9f6d2086566c7eeb1fa /makefile | |
parent | icon chars, usability / cosmetic minor fix (diff) |
nixenv generic set shell from system (from zsh)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,8 +72,8 @@ flake-check: nix flake check; \ echo -e 'nix flake show ❯❯\n'; \ nix flake show; \ - echo -e '\n❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c zsh\n'; \ - echo -e '❯❯ nix develop\n❯❯ nix develop -c zsh\n'; \ + echo -e '\n❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c $SHELL\n'; \ + echo -e '❯❯ nix develop\n❯❯ nix develop -c $SHELL\n'; \ echo -e '❯❯ nix build ".#spine-ldc" --print-build-logs |& nom\n❯❯ nix build ".#spine-dmd" --print-build-logs |& nom\n'; \ echo -e '❯❯ make -s\n❯❯ make -s nix-build-ldc\n❯❯ make -s nix-build-dmd\n'; \ echo -e '❯❯ make -s ldc\n❯❯ make -s dmd\n'; \ |