aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/fu/fupdate/fupdate.sh (unfollow)
Commit message (Collapse)Author
2025-04-14pkgs/fupdate: Split into `fupdate-flake` and `fupdate`Benedikt Peetz
2024-05-23refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz
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.
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-03-30style(treewide): FormatSoispha
2024-03-29fix(pkgs/scripts/fupdate): Ignore args after `--`Soispha
2024-03-29fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update scriptSoispha
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 `--`.
2024-03-29fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-scriptSoispha
The check ran the update script if `--no-script` was specified and did not run it, if it was not.
2024-03-29docs(pkgs/scripts/fupdate): Add somewhat better documentationSoispha
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23feat(pkgs/scripts/fupdate): Add support for updating without running the scriptSoispha
2024-02-28fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/fupdate): FormatSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-24fix(hm/pkgs/fupdate): Don't pass '--' to child commandSoispha
2024-02-24feat(hm/pkgs/fupdate): Allow passing arguments to the update scriptSoispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2024-01-01build(treewide): UpdateSoispha
2023-12-28build(treewide): Update shell librarySoispha
2023-12-19chore(treewide): Update shell librarySoispha
2023-12-12chore(treewide): Update shell library version numberSoispha
2023-12-12feat(hm/pkgs/scr/fupdate): Move fupdate in my main config treeSoispha