feat(display_server): added display server checks

most lame and unoriginal stuff for mac and windows
This commit is contained in:
midirhee12 2024-08-14 03:33:43 +01:00
commit 74859fcb3d
4 changed files with 15 additions and 1 deletions

View file

@ -31,6 +31,8 @@
devShells.default = pkgs.mkShell {
inputsFrom = [
self.packages.${system}.whyfetch
];
nativeBuildInputs = [
pkgs.pyright
pkgs.black
pkgs.isort