Skip to content

Commit

Permalink
Update update-checker script to set default flake path and NixOS conf…
Browse files Browse the repository at this point in the history
…ig name
  • Loading branch information
ryanwclark committed Dec 26, 2024
1 parent 2e54e7f commit 23c7792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/features/desktop/hyprland/scripts/update-checker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pkgs.writeShellScriptBin "update-checker" ''
}
# Parse command line arguments
flake_path=""
nixos_config_name=""
flake_path="$HOME/nixos-config"
nixos_config_name="$HOSTNAME"
while [[ "$#" -gt 0 ]]; do
case $1 in
--flake) flake_path="$2"; shift ;;
Expand Down

0 comments on commit 23c7792

Please sign in to comment.