diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 15:30:45 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 15:30:45 +0100 |
commit | c30dfaa22d77f8594ec8c0e58713894cf69e7565 (patch) | |
tree | 237d046aede8da24df8bb515c363ba5dcc42918c | |
parent | fix(hm/conf/unison): Fix Typo in `EXTRA_OPTIONS` variable (diff) | |
download | nixos-config-c30dfaa22d77f8594ec8c0e58713894cf69e7565.tar.gz nixos-config-c30dfaa22d77f8594ec8c0e58713894cf69e7565.zip |
chore(version): v1.33.2
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rwxr-xr-x | sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6c323b..92acbefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.33.2 - 2024-02-24 +#### Bug Fixes +- **(hm/conf/unison)** Fix Typo in `EXTRA_OPTIONS` variable - (1a15fb0) - Soispha +- **(pkgs/scripts/aumo)** Add a warning on wrong usage - (f3615c9) - Soispha +- **(treewide)** Add shell library import directive - (a2e2ecf) - Soispha + +- - - + ## v1.33.1 - 2024-02-24 #### Bug Fixes - **(sys/svcs/xdg/{lf,ranger}-wrapper)** Add a shell library import - (a3e5aff) - Soispha diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh index 626dd7a4..0a56eb82 100755 --- a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh +++ b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh @@ -24,4 +24,5 @@ case "$1" in ;; *) die "Usage: $NAME mount|unmount" + ;; esac |