nixcfg/packages/nixos-hosts
Harald Hoyer ba867efe01 fix(nixos-hosts): use arithmetic comparison in argument loop
Replaces `[[ $# > 0 ]]` with `(( $# > 0 ))` for clarity and correctness. This ensures improved readability and adherence to best practices in Bash scripting.
2025-02-26 15:42:15 +01:00
..
help A new start 2024-03-21 15:00:36 +01:00
default.nix nix fmt 2024-11-19 10:31:29 +01:00
nixos-hosts.sh fix(nixos-hosts): use arithmetic comparison in argument loop 2025-02-26 15:42:15 +01:00