Skip to content

Commit fb82424

Browse files
author
Damon Chen
committed
Test: check the nix working path
1 parent cc7e7ad commit fb82424

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nix/expansion.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ stdenv.mkDerivation {
1111
];
1212
buildCommand = ''
1313
mkdir -p $out
14+
echo ${project_root}
1415
cp ${dotenv} $out
15-
cd ${project_root}
16-
python ${expansion}
16+
pwd
17+
ls
18+
# cd ${project_root}
19+
# python ${expansion}
1720
'';
1821
}

0 commit comments

Comments
 (0)