index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nixpkgs
/
pkgs
/
scripts
/
source
/
apps
(
unfollow
)
Commit message (
Collapse
)
Author
2024-05-20
refactor(sys): Modularize and move to `modules/system` or `pkgs`
Benedikt Peetz
2024-03-30
style(treewide): Format
Soispha
2024-03-29
fix(pkgs/scripts/fupdate): Ignore args after `--`
Soispha
2024-03-29
fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update script
Soispha
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-29
fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-script
Soispha
The check ran the update script if `--no-script` was specified and did not run it, if it was not.
2024-03-29
docs(pkgs/scripts/fupdate): Add somewhat better documentation
Soispha
2024-03-24
fix(treewide): Update the shell library version
Soispha
2024-03-23
feat(pkgs/scripts/fupdate): Add support for updating without running the script
Soispha
2024-02-28
fix(pkgs/scripts/fupdate): Exit after running the main loop
Soispha
2024-02-24
chore(version): v1.33.2
Soispha
2024-02-24
fix(pkgs/scripts/aumo): Add a warning on wrong usage
Soispha
2024-02-24
build(treewide): Update shell library
Soispha
2024-02-24
style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help text
Soispha
2024-02-24
style(sys/nixpkgs/pkgs/scripts/fupdate): Format
Soispha
2024-02-24
refactor(hm/pkgs): Implement with an nixpkgs overlay
Soispha