flake updates

This commit is contained in:
John Lancaster
2025-06-02 09:54:39 -05:00
parent d88c8f4807
commit a501d9f4b1
2 changed files with 28 additions and 28 deletions

View File

@@ -127,7 +127,7 @@
enterShell = ''
alias fix="${pkgs.uv}/bin/uv run ruff check --fix"
# alias appdaemon="${pkgs.uv}/bin/uv run --frozen python -m appdaemon"
alias appdaemon="${pkgs.uv}/bin/uv run --frozen appdaemon"
# alias ad="appdaemon"
export PS1="\[\e[0;34m\](AppDaemon)\[\e[0m\] \[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] "