diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-12 13:42:30 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-12 13:43:32 -0400 |
| commit | 90f5276856dcf6ba28ce962301b156559d72acbb (patch) | |
| tree | bd6037cabfcc74dd8462f8600595e1b298ac87b8 /.env/nix-commands | |
| parent | ldc-1.41.0 overlay; nix direnv 3.0.7 (diff) | |
nix flake and env updates, ldc using llvm-20
- .env/ removed as unused & unmaintained
Diffstat (limited to '.env/nix-commands')
| -rw-r--r-- | .env/nix-commands | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.env/nix-commands b/.env/nix-commands deleted file mode 100644 index de52220..0000000 --- a/.env/nix-commands +++ /dev/null @@ -1,19 +0,0 @@ -- nix flake update && nix flake check --show-trace && nix flake show && nix develop .#devShell - -- nix build ".#default" --print-build-logs -- nix build ".#spine-dmd" --print-build-logs -- nix build ".#spine-ldc" --print-build-logs - -- nix develop - - nix develop ".#devShell" --print-build-logs - - nix develop ".#devShell-html" --print-build-logs - - nix develop ".#devShell-epub" --print-build-logs - - nix develop ".#devShell-latex-pdf" --print-build-logs - - nix develop ".#devShell-sqlite" --print-build-logs - - nix develop ".#devShell-i18n" --print-build-logs - -nix run .#default --print-build-logs - -nix develop --build ".#default" --print-build-logs - -nix-shell '<nixpkgs>' -A nix --pure |
