Skip to content

Commit

Permalink
nixrfc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paschoal committed Nov 22, 2024
1 parent 9eba099 commit 4c9c721
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/py/pyfa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ python3Packages.buildPythonApplication rec {
'';

configurePhase = ''
runHook preConfigure
python3 db_update.py
runHook postConfigure
runHook preConfigure
python3 db_update.py
runHook postConfigure
'';

buildPhase = ''
Expand Down

0 comments on commit 4c9c721

Please sign in to comment.