aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-15 19:55:49 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 11:50:22 -0500
commit3d78a7541b6bdeca09496c92387fc74f77b70962 (patch)
tree72ed59a14753385ce9ae08b783694bef96e22e35 /shell.nix
parentremoved old ruby utility scripts (diff)
nix and build housekeeping
Diffstat (limited to 'shell.nix')
-rwxr-xr-xshell.nix6
1 files changed, 3 insertions, 3 deletions
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`"