diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-08 20:52:36 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-10 15:39:53 -0400 |
commit | 2a874332f535d13ae0dbe3ced6cd5cd55ae74f93 (patch) | |
tree | cccd3cd96d996dc6e19213ad5e44a574729d915e /org/config_env.org | |
parent | dmd & ldc upkeep (dmd at 2.106.1) (diff) |
nix flake & env upkeep
Diffstat (limited to 'org/config_env.org')
-rw-r--r-- | org/config_env.org | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/org/config_env.org b/org/config_env.org index ffd497a..79dfb02 100644 --- a/org/config_env.org +++ b/org/config_env.org @@ -71,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 @@ -79,13 +79,22 @@ echo " - for a dev shell: ❯❯ nix develop ❯❯ nix develop ".#" --print-build-logs -c zsh + ❯❯ nix develop ".#dsh-nixpkgs-dmd-dub" --print-build-logs -c zsh + ❯❯ nix develop ".#dsh-overlay-dmd-dub" --print-build-logs -c zsh + ❯❯ nix develop ".#dsh-nixpkgs-ldc-dub" --print-build-logs -c zsh + ❯❯ nix develop ".#dsh-overlay-ldc-dub" --print-build-logs -c zsh + ❯❯ nix flake show - to build project: + ❯❯ nix build --print-build-logs + ❯❯ nix build ".#" --print-build-logs + ❯❯ nix build ".#spine-nixpkgs-dmd" --print-build-logs + ❯❯ nix build ".#spine-overlay-dmd" --print-build-logs ❯❯ nix build ".#spine-nixpkgs-ldc" --print-build-logs ❯❯ nix build ".#spine-overlay-ldc" --print-build-logs - (see nix other/additional build options): ❯❯ nix flake show -" +' #+END_SRC *** 3.0.0 |