chore: change mkShell back to buildInputs

This commit is contained in:
Daylin Morgan 2024-02-10 14:28:42 -06:00
parent 4ae59887b1
commit 8a95f2c77d
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
devShells = eachSystem (_: pkgs: {
default = pkgs.mkShell {
packages = with pkgs; [fontforge python3 pre-commit];
buildInputs = with pkgs; [fontforge python3 pre-commit];
};
});
};