chore: fix nix flake

This commit is contained in:
Ashley Wulber 2023-09-07 11:52:40 -04:00 committed by Ashley Wulber
parent 46d8c59e90
commit e3dde863f0

View file

@ -43,6 +43,7 @@
autoPatchelfHook autoPatchelfHook
]; ];
buildInputs = with pkgs; [ buildInputs = with pkgs; [
systemdMinimal
libxkbcommon libxkbcommon
freetype freetype
fontconfig fontconfig
@ -50,6 +51,7 @@
lld lld
desktop-file-utils desktop-file-utils
stdenv.cc.cc.lib stdenv.cc.cc.lib
libinput
]; ];
runtimeDependencies = with pkgs; [ runtimeDependencies = with pkgs; [
wayland wayland