diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-23 16:10:00 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-25 09:53:48 -0500 |
commit | a615ba442e4c175e957dd0f07086b877268635df (patch) | |
tree | f13ebcbd01b5ea6908b78d907fb267b5b20008e1 /.envrc-local_ | |
parent | 2023, year rollover, old habit (diff) |
nix & build housekeeping, alternative D compilers
- compilation status
- dmd (@D2.100) ok, & has been fine
- ldc (@D2.100) ok, & has been fine
- gdc11 available in nixpkgs does not compile
awaiting gdc12 (which would also be based on
@D2.100 & just might)
Diffstat (limited to '.envrc-local_')
-rw-r--r-- | .envrc-local_ | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.envrc-local_ b/.envrc-local_ index 2a660d4..902526a 100644 --- a/.envrc-local_ +++ b/.envrc-local_ @@ -1,8 +1,3 @@ -# reload when these files change -watch_file flake.lock -watch_file flake.nix -nix flake update; nix flake check; nix flake show -#use flake .#default PATH_add result/bin export NIX_PATH=/nix/var/nix/profiles/per-user/root/channels/nixos #export NIX_PATH=/srv/nix/nixpkgs |