Cleaning up files that are no longer used

This commit is contained in:
Aaron Honeycutt 2024-01-23 13:09:02 -07:00
parent b3354cfec7
commit e0abe77901
5 changed files with 0 additions and 79 deletions

View file

View file

@ -1,35 +0,0 @@
# Builds now
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
appstream-glib
cargo
clang
cmake
dbus
desktop-file-utils
egl-wayland
glib
gtk3
gtk4
lld
llvm
llvmPackages_15.llvm
libclang
libglvnd
libinput
libpulseaudio
libxkbcommon
mesa
meson
ninja
pipewire
pkg-config
seatd
systemd
];
LIBCLANG_PATH = "${pkgs.llvmPackages_15.libclang.lib}/lib";
}