Skip to content

Commit 8c0532b

Browse files
Merge pull request #254 from anka-213/anka-213/issue253
Add texlive.pkgs to EXTRA_SCOPES
2 parents 987b3cc + 8fde272 commit 8c0532b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/listings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ use crate::workset::{WorkSet, WorkSetHandle, WorkSetWatch};
2323
//
2424
// We only need sets that are not marked "recurseIntoAttrs" here, since if they are,
2525
// they are already part of normal_paths.
26-
pub const EXTRA_SCOPES: [&str; 5] = [
26+
pub const EXTRA_SCOPES: [&str; 6] = [
2727
"xorg",
2828
"haskellPackages",
2929
"rPackages",
3030
"nodePackages",
3131
"coqPackages",
32+
"texlive.pkgs",
3233
];
3334

3435
/// A stream of store paths (packages) with their associated file listings.

0 commit comments

Comments
 (0)