chore: update Nix shell prompt configuration

Replace PS1 export with NIX_PROJECT_SHELL environment variable for
better integration with shell prompt configurations.

Also add trailing newline to flake.nix for proper formatting.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
0xWheatyz 2026-02-22 12:27:16 -05:00
parent a498b6f525
commit a65c267687

View File

@ -48,8 +48,8 @@
fi
# Prompt tweak so you can see when venv is active
export PS1="(SPARC-venv) $PS1"
export NIX_PROJECT_SHELL="SPARC"
'';
};
});
}
}