From 2bed368821af4fcb06435bfe849332f5a813e470 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 9 Jun 2026 19:21:15 -0400 Subject: Install headers --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5bfed59..1a57d6f 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ make CC=wasm32-clang libcolonq-pit.a ''; installPhase = '' - make CC=wasm32-clang prefix=$out install-core + make CC=wasm32-clang prefix=$out install-core install-headers ''; }; pit-arm = pkgs.pkgsCross.arm-embedded.stdenv.mkDerivation { @@ -43,7 +43,7 @@ make CC=arm-none-eabi-gcc AR=arm-none-eabi-ar libcolonq-pit.a ''; installPhase = '' - make CC=arm-none-eabi-gcc AR=arm-none-eabi-ar prefix=$out install-core + make CC=arm-none-eabi-gcc AR=arm-none-eabi-ar prefix=$out install-core install-headers ''; }; pit-windows = pkgs.pkgsCross.mingwW64.stdenv.mkDerivation { -- cgit v1.2.3