1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

fixup: remove unsafeDiscardStringContext?

This commit is contained in:
Cole Helbling 2025-02-21 13:50:29 -08:00
parent a341be4d9b
commit a4e9b65c3a

View file

@ -299,8 +299,7 @@
let
pkgs = nixpkgsFor.${system}.native;
# NOTE(cole-h): discard string context so that it doesn't try to build, we just care about the outPaths
closures = forAllSystems (system: builtins.unsafeDiscardStringContext self.packages.${system}.default.outPath);
closures = forAllSystems (system: self.packages.${system}.default.outPath);
closures_json = pkgs.runCommand "versions.json"
{