Skip to content

Commit

Permalink
Test: check the nix working path
Browse files Browse the repository at this point in the history
  • Loading branch information
damoncro committed Nov 30, 2021
1 parent cc7e7ad commit fb82424
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nix/expansion.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ stdenv.mkDerivation {
];
buildCommand = ''
mkdir -p $out
echo ${project_root}
cp ${dotenv} $out
cd ${project_root}
python ${expansion}
pwd
ls
# cd ${project_root}
# python ${expansion}
'';
}

0 comments on commit fb82424

Please sign in to comment.