Skip to content

Commit

Permalink
Merge pull request #254 from anka-213/anka-213/issue253
Browse files Browse the repository at this point in the history
Add texlive.pkgs to EXTRA_SCOPES
  • Loading branch information
RaitoBezarius committed Jul 17, 2024
2 parents 987b3cc + 8fde272 commit 8c0532b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/listings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ use crate::workset::{WorkSet, WorkSetHandle, WorkSetWatch};
//
// We only need sets that are not marked "recurseIntoAttrs" here, since if they are,
// they are already part of normal_paths.
pub const EXTRA_SCOPES: [&str; 5] = [
pub const EXTRA_SCOPES: [&str; 6] = [
"xorg",
"haskellPackages",
"rPackages",
"nodePackages",
"coqPackages",
"texlive.pkgs",
];

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

0 comments on commit 8c0532b

Please sign in to comment.