remove zen browser

This commit is contained in:
zack 2024-08-21 14:36:14 -04:00
parent c6d7cab94a
commit 3155c2be90
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -1,23 +0,0 @@
let
pkgs = import <nixpkgs> {};
# I don't know if it needs gcc
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
# TODO: Install from cargo? Or use this instead?
rust-cbindgen
# TODO: Install from cargo? Or use this instead?
rust-bindgen
alsa-lib
cargo
clang
gcc
libpulseaudio
libclang
llvm
pkg-config
python3
rustc
];
}