diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-15 19:55:49 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-31 11:50:22 -0500 | 
| commit | 3d78a7541b6bdeca09496c92387fc74f77b70962 (patch) | |
| tree | 72ed59a14753385ce9ae08b783694bef96e22e35 /shell.nix | |
| parent | removed old ruby utility scripts (diff) | |
nix and build housekeeping
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`" | 
