mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update shell.nix
This commit is contained in:
parent
a96125a9c0
commit
895669b500
1 changed files with 17 additions and 0 deletions
|
@ -1,11 +1,28 @@
|
||||||
|
# WIP might not work yet
|
||||||
|
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
appstream-glib
|
||||||
cargo
|
cargo
|
||||||
|
cmake
|
||||||
|
dbus
|
||||||
|
desktop-file-utils
|
||||||
|
egl-wayland
|
||||||
glib
|
glib
|
||||||
|
gtk4
|
||||||
just
|
just
|
||||||
|
llvm
|
||||||
|
libclang
|
||||||
|
libglvnd
|
||||||
|
libinput
|
||||||
|
libpulseaudio
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
mesa
|
||||||
meson
|
meson
|
||||||
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
|
seatd
|
||||||
|
systemd
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue