diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-09 13:02:16 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-09 15:00:12 -0400 |
commit | fa631635637ed5487be3f5c989e530a8b8914d2c (patch) | |
tree | aa4052f53c426ef28a23d79a01ebc1371aceba4a /.env/nix-commands | |
parent | org ready ldc-1.41.0-beta1; flake using ldc-1.40.1 (diff) |
- remove ./.env/
Diffstat (limited to '.env/nix-commands')
-rw-r--r-- | .env/nix-commands | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.env/nix-commands b/.env/nix-commands deleted file mode 100644 index 8a16dbf..0000000 --- a/.env/nix-commands +++ /dev/null @@ -1,20 +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 build ".#spine-gdc" --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 |