diff options
| author | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-24 08:09:37 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-30 17:22:38 +0000 |
| commit | fd487a87ece3c3755fe68e95c4f002d199523406 (patch) | |
| tree | c60135a46719950a73b8a0010d41bb103860d668 | |
| parent | 834b5ef47016191a239c8901d0d8d7f185bde768 (diff) | |
| download | focaccia-fd487a87ece3c3755fe68e95c4f002d199523406.tar.gz focaccia-fd487a87ece3c3755fe68e95c4f002d199523406.zip | |
Add more packages to test in Focaccia
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 84cb8ca..b29a236 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,7 @@ }; minimal-compile-flags = " -mno-xsave -mno-xsaveopt -mno-xsavec -mno-xsaves -mno-avx" + - " -mno-avx2 -mno-avx512f"; + " -mno-avx2 -mno-avx512f -static"; musl-minimal-pkgs = import nixpkgs { inherit system; crossSystem = { @@ -411,6 +411,8 @@ packages = [ packages.dev pkgs.rr + musl-minimal-pkgs.pkgsStatic.gzip + musl-minimal-pkgs.pkgsStatic.file musl-pkgs.gcc musl-pkgs.pkg-config musl-minimal-redis-nocheck |