nixpkgs-update: filter more packages
This commit is contained in:
parent
263a805c38
commit
791cbb408a
1 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,10 @@ s|linuxKernel.packages.linux_[0-9_]*\.|linuxPackages.|g
|
|||
# 2. drop other kernels (hardened, xanmod, zen, etc)
|
||||
/linuxKernel.packages.linux_\w*/d
|
||||
|
||||
# replace versioned with unversioned
|
||||
s|php\w*Extensions|phpExtensions|g
|
||||
s|php\w*Packages|phpPackages|g
|
||||
|
||||
# replace versioned/jit with unversioned
|
||||
s|postgresql\w*Packages|postgresqlPackages|g
|
||||
|
||||
|
@ -10,4 +14,9 @@ s|postgresql\w*Packages|postgresqlPackages|g
|
|||
s|python3\w*Packages|python312Packages|g
|
||||
|
||||
# drop > 4000 packages that can't be updated
|
||||
/rPackages.\w*/d
|
||||
/^rPackages.\w*/d
|
||||
|
||||
# drop > 100s of other packages that can't be updated
|
||||
/haskellPackages.\w*/d
|
||||
/home-assistant-component-tests.\w*/d
|
||||
/perl\w*Packages.\w*/d
|
||||
|
|
Loading…
Add table
Reference in a new issue