shell improvements
This commit is contained in:
@@ -6,10 +6,16 @@ pkgs.mkShell {
|
|||||||
unstable.uv
|
unstable.uv
|
||||||
unstable.python312Packages.ipykernel
|
unstable.python312Packages.ipykernel
|
||||||
unstable.python312Packages.rich
|
unstable.python312Packages.rich
|
||||||
|
pkgs.python312Packages.iso8601
|
||||||
# unstable.appdaemon
|
# unstable.appdaemon
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Welcome to the Nix shell for AppDaemon development"
|
echo "Welcome to the Nix shell for AppDaemon development"
|
||||||
|
alias build="uv run python -m build"
|
||||||
|
alias dbuild="docker build -t acockburn/appdaemon:local-dev /usr/src/app"
|
||||||
|
alias fbuild="build && dbuild"
|
||||||
|
alias clean="cd /usr/src/app && rm -rf ./build ./dist"
|
||||||
|
cd /usr/src/app
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user