Skip to content

Commit 6443aa7

Browse files
authored
Merge pull request #115 from mweinelt/nodePackages-removal
nix-index: apply patch to remove nodePackages
2 parents c1183f4 + 3a6fe23 commit 6443aa7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

flake.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@
4848
- "xorg",
4949
+pub const EXTRA_SCOPES: [&str; 5] = [
5050
EOF
51+
52+
patch -p1 <<-EOF
53+
--- a/src/listings.rs
54+
+++ b/src/listings.rs
55+
@@ -26,10 +26,9 @@ use crate::workset::{WorkSet, WorkSetHandle, WorkSetWatch};
56+
-pub const EXTRA_SCOPES: [&str; 5] = [
57+
+pub const EXTRA_SCOPES: [&str; 4] = [
58+
"haskellPackages",
59+
"rPackages",
60+
- "nodePackages",
61+
"coqPackages",
62+
"texlive.pkgs",
63+
];
64+
EOF
5165
'';
5266
});
5367

0 commit comments

Comments
 (0)