diff options
Diffstat (limited to 'shell.nix')
| -rwxr-xr-x | shell.nix | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -42,7 +42,7 @@ mkShell {      # ### i18n translation related      # perl534Packages.Po4a      ### candy -    starship +    #starship    ];    shellHook = ''      #if [[ -f ".envrc" ]]; then @@ -72,7 +72,7 @@ mkShell {          nix build .#default --print-build-logs |& nom        - nix run -        nix run .#spine --print-build-logs +        nix run .#default --print-build-logs          nix run default.nix --print-build-logs        - nix shell @@ -89,7 +89,7 @@ mkShell {        nix-instantiate | nix show-derivation | jq        nix-build . --no-out-link | xargs -o nix-tree -      nix-tree --derivation .#spine +      nix-tree --derivation .#default      "      #echo "ldc `${pkgs.ldc}/bin/ldc2 -v`"  | 
