Skip to content

Commit

Permalink
🐛 backend: Fix sqlalchemy build
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Jan 10, 2025
1 parent b5b1581 commit e9b42b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/pkgs/backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ let
pkgs.openssl
];
});

sqlalchemy = prev.sqlalchemy.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs ++ [
final.setuptools
];
});
};

pythonSet =
Expand Down

0 comments on commit e9b42b3

Please sign in to comment.