feat(display_server): added display server checks
most lame and unoriginal stuff for mac and windows
This commit is contained in:
parent
648f22d3c7
commit
74859fcb3d
4 changed files with 15 additions and 1 deletions
|
@ -31,6 +31,8 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = [
|
||||
self.packages.${system}.whyfetch
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkgs.pyright
|
||||
pkgs.black
|
||||
pkgs.isort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue