this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at tangled-ci 9 lines 356 B view raw
1# Config for the PRJ Base Directory Specification 2# Must be here instead of the flake because otherwise the flake would be impure 3export PRJ_ROOT=$(git rev-parse --show-toplevel) 4export PRJ_CONFIG_HOME=${PRJ_ROOT}/.config 5export PRJ_ID=cmprss 6export PRJ_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/prj/$PRJ_ID 7 8# Use the nix flake for development 9use flake