From a4e9b65c3a065941167bb5567203e4d406d076fb Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 21 Feb 2025 13:50:29 -0800 Subject: [PATCH] fixup: remove unsafeDiscardStringContext? --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a499c0dcb..04f3e4d87 100644 --- a/flake.nix +++ b/flake.nix @@ -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" {