From 3d78a7541b6bdeca09496c92387fc74f77b70962 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 15 Dec 2022 19:55:49 -0500 Subject: nix and build housekeeping --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 8a19e80..c31d0a6 100755 --- a/shell.nix +++ b/shell.nix @@ -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`" -- cgit v1.2.3