| Commit message (Collapse) | Author |
|
|
|
This might not be the perfect way to organize a package set --
especially if the set is not nearly the size of nixpkgs -- but it is
_at_ least a way of organization.
|
|
|
|
|
|
|
|
Previously, arguments to fupdate were also passed along to the update
script, they should now be filtered out. If passing them along is
wanted, they can be put behind a `--`.
|
|
The check ran the update script if `--no-script` was specified and did
not run it, if it was not.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|