Update shell.nix

This commit is contained in:
Aaron Honeycutt 2023-02-01 13:59:16 +00:00
parent a96125a9c0
commit 895669b500

View file

@ -1,11 +1,28 @@
# WIP might not work yet
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
appstream-glib
cargo
cmake
dbus
desktop-file-utils
egl-wayland
glib
gtk4
just
llvm
libclang
libglvnd
libinput
libpulseaudio
libxkbcommon
mesa
meson
ninja
pkg-config
seatd
systemd
];
}