woopsie
This commit is contained in:
parent
f865a8873c
commit
be27389f6e
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue