[M7] lockfile: pin top-level nixpkgs_rev + flake_utils_rev

This commit is contained in:
2026-05-16 00:20:11 +00:00
parent 7c10ea2382
commit 43a7d1f09d
9 changed files with 101 additions and 34 deletions

View File

@@ -57,7 +57,7 @@
cp build/release/${pname}_bin $out/bin/${pname}
'';
hardeningDisable = [ "all" ];
__noChroot = true;
__noChroot = false;
};
in {
packages.default = cargoxx-bin;