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 /.envrc-nix | |
parent | dmd & ldc upkeep (dmd at 2.106.1) (diff) |
nix flake & env upkeep
Diffstat (limited to '.envrc-nix')
-rw-r--r-- | .envrc-nix | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -15,7 +15,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 @@ -23,10 +23,19 @@ 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 -" +' |