mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-14 10:17:53 -06:00
chore: change mkShell back to buildInputs
This commit is contained in:
parent
4ae59887b1
commit
8a95f2c77d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
devShells = eachSystem (_: pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [fontforge python3 pre-commit];
|
||||
buildInputs = with pkgs; [fontforge python3 pre-commit];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue