diff options
Diffstat (limited to 'org/config_env.org')
-rw-r--r-- | org/config_env.org | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/org/config_env.org b/org/config_env.org index 229b404..23e2111 100644 --- a/org/config_env.org +++ b/org/config_env.org @@ -63,6 +63,7 @@ if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then fi watch_file flake.lock watch_file flake.nix +watch_file shell.nix watch_file makefile watch_file nixDevEnv.sh watch_file .envrc-local @@ -70,7 +71,7 @@ watch_file .envrc-nix PATH_add result/bin use flake . #use flake .#default -echo " +echo ' - consider running: ❯❯ nix flake show ❯❯ nix flake update && nix flake check && nix flake show @@ -80,14 +81,18 @@ echo " ❯❯ nix develop ".#" --print-build-logs -c zsh - to build project: + ❯❯ nix build --print-build-logs + ❯❯ nix build ".#" --print-build-logs + ❯❯ nix build ".#spine-search-nixpkgs-dmd" --print-build-logs + ❯❯ nix build ".#spine-search-overlay-dmd" --print-build-logs ❯❯ nix build ".#spine-search-nixpkgs-ldc" --print-build-logs - ❯❯ nix build ".#spine-search-ovlerlay-ldc" --print-build-logs + ❯❯ nix build ".#spine-search-overlay-ldc" --print-build-logs - (see nix other/additional build options): ❯❯ nix flake show ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c zsh ❯❯ dub build --compiler=ldmd --build=release --combined --skip-registry=all -" +' #+END_SRC *** 3.0.0 |