blob: d21a17fcd677dc1a5af54922d9d8747980daff8c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env sh
SHELL_COMPLETION_DIR="$(pwd)/target/shell"
export SHELL_COMPLETION_DIR
export TSKM_PROJECT_FILE=/home/soispha/repos/nix/config/modules/common/projects.json
use flake
|