diff options
author | 2025-03-02 21:18:24 +0100 | |
---|---|---|
committer | 2025-03-02 21:18:24 +0100 | |
commit | af5af2a868d9f65738e3a566684ba397737b8419 (patch) | |
tree | 0db90f507e6defaf596f7f7d06fdb73d5d5214cb /default.nix | |
parent | 75066cddefbeab6d69aa4efe0a4aa97915c98c84 (diff) |
add very simple 'chat'
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 7daa1a8..39a3bd6 100644 --- a/default.nix +++ b/default.nix @@ -54,6 +54,7 @@ rec { build-frontend build-backend '') + pkgs.python3 ]; shellHook = '' export EM_CACHE="${toString ./.}/.emcache" # nixos/nixpkgs#282509 |