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-10-30 17:22:38 +0000
commitfd487a87ece3c3755fe68e95c4f002d199523406 (patch)
treec60135a46719950a73b8a0010d41bb103860d668
parent834b5ef47016191a239c8901d0d8d7f185bde768 (diff)
downloadfocaccia-fd487a87ece3c3755fe68e95c4f002d199523406.tar.gz
focaccia-fd487a87ece3c3755fe68e95c4f002d199523406.zip
Add more packages to test in Focaccia
-rw-r--r--flake.nix4
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