about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-24 08:09:37 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-11 08:54:51 +0000
commit84e05e0a34ebeaaf79a35645bfebd03f79833380 (patch)
tree0c024a13afb6333bc2deaeda7905f4a364d14cc4
parentf007f43dfd8129a51e8c02df80a6b7eda8c8e99d (diff)
downloadfocaccia-84e05e0a34ebeaaf79a35645bfebd03f79833380.tar.gz
focaccia-84e05e0a34ebeaaf79a35645bfebd03f79833380.zip
Add more packages to test in Focaccia ta/redis
-rw-r--r--flake.nix4
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" ];