update(pkgs): Update sources of all downstream packages
This commit is contained in:
parent
0539da6ac3
commit
d8c52f4f1b
4 changed files with 159 additions and 89 deletions
|
|
@ -5,7 +5,7 @@ let packages_with_updatescript = (
|
|||
| from json
|
||||
| $in.packages.x86_64-linux
|
||||
| columns
|
||||
| filter {|p| nix eval $'.#($p)' --apply 'builtins.hasAttr "updateScript"' | $in == 'true' }
|
||||
| where {|p| nix eval $'.#($p)' --apply 'builtins.hasAttr "updateScript"' | $in == 'true' }
|
||||
)
|
||||
|
||||
for $package in $packages_with_updatescript {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue