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; doCheck = false;
}; };
deps = with pkgs.pkgsStatic; deps = with pkgs;
[ [
(glaze.override {enableAvx2 = hostPlatform.isx86;})
]
++ (with pkgsStatic; [
curl curl
fmt fmt
ftxui ftxui
libiconv libiconv
sqlitecpp sqlitecpp
tomlplusplus tomlplusplus
] ])
++ linuxPkgs; ++ linuxPkgs;
linuxPkgs = nixpkgs.lib.optionals stdenv.isLinux (with pkgs; linuxPkgs = nixpkgs.lib.optionals stdenv.isLinux (with pkgs;
[ [
valgrind valgrind
(glaze.override {enableAvx2 = true;})
] ]
++ (with pkgsStatic; [ ++ (with pkgsStatic; [
dbus dbus