update and better

This commit is contained in:
nora 2025-08-18 21:10:44 +02:00
parent 9c688d469f
commit 6206de09bb
3 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@ let
does-it-build-base = (import (pkgs.fetchFromGitHub my-projects-versions.does-it-build.fetchFromGitHub)) { inherit pkgs; };
does-it-build = does-it-build-base.overrideAttrs (finalAttrs: previousAttrs: {
DOES_IT_BUILD_OVERRIDE_VERSION = my-projects-versions.does-it-build.commit;
RUSTFLAGS = "-Cforce-frame-pointers=true";
});
in
{