nixpkgs-update: filter lua packages
This commit is contained in:
parent
fd36f3271a
commit
89121c4038
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ s|linuxKernel.packages.linux_[0-9_]*\.|linuxPackages.|g
|
|||
# 2. drop other kernels (hardened, xanmod, zen, etc)
|
||||
/linuxKernel.packages.linux_\w*/d
|
||||
|
||||
# replace versioned/jit with the version used by neovim
|
||||
s|lua\w*Packages|lua51Packages|g
|
||||
|
||||
# replace versioned with unversioned
|
||||
s|php\w*Extensions|phpExtensions|g
|
||||
s|php\w*Packages|phpPackages|g
|
||||
|
|
Loading…
Add table
Reference in a new issue