this repo has no description
0
fork

Configure Feed

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

feat: add .envrc

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