This commit is contained in:
Mars 2025-03-12 14:28:39 -04:00
parent f865a8873c
commit be27389f6e
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -44,21 +44,23 @@
doCheck = false;
};
deps = with pkgs.pkgsStatic;
deps = with pkgs;
[
(glaze.override {enableAvx2 = hostPlatform.isx86;})
]
++ (with pkgsStatic; [
curl
fmt
ftxui
libiconv
sqlitecpp
tomlplusplus
]
])
++ linuxPkgs;
linuxPkgs = nixpkgs.lib.optionals stdenv.isLinux (with pkgs;
[
valgrind
(glaze.override {enableAvx2 = true;})
]
++ (with pkgsStatic; [
dbus