diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-24 09:42:45 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-24 09:42:45 +0100 |
| commit | a72a9c6fa8aacbd9e945fdce64bdaf7895425e95 (patch) | |
| tree | fc2ce4d33f6fe7450f43c7d2fa4e47b20eddebc3 /flake.nix | |
| parent | d1fa81e403c8896aca34c2216c1453eb1783d295 (diff) | |
flake: fix run
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ packages.x86_64-linux.default = pkgs.stdenv.mkDerivation { name = "memora"; src = self; + ZIG_GLOBAL_CACHE_DIR = "$TMPDIR/zig-cache"; buildPhase = "zig build --release=safe"; installPhase = "mkdir -p $out/bin; install -t $out/bin/ zig-out/bin/memora"; |