Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 74bcbbb

Browse files
committed
Expose pkgs
1 parent 647463e commit 74bcbbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@
182182
}) buildSets
183183
);
184184

185+
pkgs = builtins.listToAttrs (
186+
map (buildSet: {
187+
name = buildSet.torch.variant;
188+
value = buildSet.pkgs;
189+
}) buildSets
190+
);
185191
};
186192
}
187193
)

0 commit comments

Comments
 (0)