mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
fixup: remove unsafeDiscardStringContext?
This commit is contained in:
parent
a341be4d9b
commit
a4e9b65c3a
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue