diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
commit | 7894f38e03e6b0b14f1ecb672bcb5e8d139a8011 (patch) | |
tree | 69bb0dc6c488801215aa73452c3a0e58e3e5c5da /shell.nix | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
0.14.0, spine sync
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -36,20 +36,5 @@ with pkgs; #aria #wget #curl ]; shellHook = '' - echo ' - shell.nix echo ❯❯ - - ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c zsh - - ❯❯ nix develop - ❯❯ nix develop -c zsh - - ❯❯ nix build - ❯❯ nix build ".#default" --print-build-logs - ❯❯ nix build ".#spine-search-dmd" --print-build-logs |& nom - ❯❯ nix build ".#spine-search-ldc" --print-build-logs |& nom - - ❯❯ dub build --compiler=ldmd --build=release --combined --skip-registry=all - ' ''; } |