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-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 = does-it-build-base.overrideAttrs (finalAttrs: previousAttrs: {
DOES_IT_BUILD_OVERRIDE_VERSION = my-projects-versions.does-it-build.commit; DOES_IT_BUILD_OVERRIDE_VERSION = my-projects-versions.does-it-build.commit;
RUSTFLAGS = "-Cforce-frame-pointers=true";
}); });
in in
{ {

View file

@ -8,6 +8,7 @@ let
meta = { meta = {
mainProgram = "widertom"; mainProgram = "widertom";
}; };
RUSTFLAGS = "-Cforce-frame-pointers=true";
}; };
in in
{ {

View file

@ -1,5 +1,5 @@
{ {
"channel": "nixos-25.05", "channel": "nixos-25.05",
"lastUpdated": "2025-08-03T11:42:11.747Z", "lastUpdated": "2025-08-18T18:47:54.435Z",
"commit": "59e69648d345d6e8fef86158c555730fa12af9de" "commit": "48f4c982de68d966421d2b6f1ddbeb6227cc5ceb"
} }