diff options
| author | Baitinq <[email protected]> | 2025-01-12 18:35:39 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-12 18:35:39 +0100 |
| commit | 01a475bd9c9e2249816fc935e7045d78cafdc672 (patch) | |
| tree | be5a3941341976c0e972ec281371e54b58bb9abc /flake.nix | |
| parent | Add support for sum operator (diff) | |
| download | interpreter-01a475bd9c9e2249816fc935e7045d78cafdc672.tar.gz interpreter-01a475bd9c9e2249816fc935e7045d78cafdc672.tar.bz2 interpreter-01a475bd9c9e2249816fc935e7045d78cafdc672.zip | |
Evaluator: Store variables with value instead of reference
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index d638325..9d08953 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ buildInputs = with pkgs; [ zig.packages."${system}".master zls + gdb ]; }; in { |