From 595ee0a46d510a7152766b7c70fa1c700908ad4e Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Wed, 8 May 2024 21:50:41 -0400
Subject: nix minor housekeeping

---
 org/dlang-nix-flakes.org | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

(limited to 'org/dlang-nix-flakes.org')

diff --git a/org/dlang-nix-flakes.org b/org/dlang-nix-flakes.org
index f7af27b..b64fdb0 100644
--- a/org/dlang-nix-flakes.org
+++ b/org/dlang-nix-flakes.org
@@ -325,21 +325,6 @@ echo ""
 PATH_add result/bin
 use flake .
 #use flake .#default
-echo '
-- consider running:
-  ❯❯ nix flake show
-  ❯❯ nix flake update && nix flake check && nix flake show
-  ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c $SHELL
-
-- for a dev shell:
-  ❯❯ nix develop
-  ❯❯ nix develop -c $SHELL
-  ❯❯ nix develop ".#dsh-overlay-ldc" --print-build-logs
-
-- to build project:
-  ❯❯ nix build --print-build-logs
-  ❯❯ nix build ".#" --print-build-logs
-'
 #+END_SRC
 
 *** 3.0.4
@@ -570,7 +555,7 @@ direnv fetchurl https://raw.githubusercontent.com/nix-community/nix-direnv/${Nix
 }
 #+END_SRC
 
-** shell.nix
+*** shell.nix
 
 #+HEADER: :tangle "../shell.nix"
 #+HEADER: :tangle-mode (identity #o755)
@@ -617,6 +602,10 @@ with pkgs-nix;
       #gtkd
     ];
     shellHook = ''
+      #echo '
+      #  shell.nix echo ❯❯
+      #  ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c $SHELL
+      #'
     '';
   }
 #+END_SRC
-- 
cgit v1.2.3