Tiny client and server pack for daxe's community modrinth.com/project/daxe
0
fork

Configure Feed

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

at ver/1.21.11 6 lines 110 B view raw
1if [ -z $DEV_SHELL_NAME ]; then 2 use flake 3else 4 # running in CI 5 use flake ".#${DEV_SHELL_NAME}" 6fi