diff options
| author | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-24 08:09:37 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-11-11 08:54:51 +0000 |
| commit | 84e05e0a34ebeaaf79a35645bfebd03f79833380 (patch) | |
| tree | 0c024a13afb6333bc2deaeda7905f4a364d14cc4 /flake.nix | |
| parent | f007f43dfd8129a51e8c02df80a6b7eda8c8e99d (diff) | |
| download | focaccia-ta/redis.tar.gz focaccia-ta/redis.zip | |
Add more packages to test in Focaccia ta/redis
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 9a9b9f8..b560660 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,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 = { @@ -437,6 +437,8 @@ musl-pkgs.gcc musl-pkgs.pkg-config musl-minimal-redis-nocheck + musl-minimal-pkgs.pkgsStatic.gzip + musl-minimal-pkgs.pkgsStatic.file ]; hardeningDisable = [ "pie" ]; |