jupyter works through uv command in devenv shell
This commit is contained in:
32
README.md
32
README.md
@@ -1,15 +1,21 @@
|
||||
NixOS Configuration for AppDaemon Development
|
||||
# NixOS Configuration for AppDaemon Development
|
||||
|
||||
Needs a `git.nix` file. Example below:
|
||||
## Objectives
|
||||
|
||||
```shell
|
||||
{ ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig.credential.helper = "store --file ~/.git-credentials";
|
||||
userName = "John Lancaster";
|
||||
userEmail = "32917998+jsl12@users.noreply.github.com";
|
||||
};
|
||||
}
|
||||
```
|
||||
- Use flakes
|
||||
- `devenv`-based workflow
|
||||
- Shell
|
||||
- Build
|
||||
- SSH remote with VSCode
|
||||
- Jupyter through VSCode
|
||||
- `autoreload` must work with editable install of the dev version
|
||||
|
||||
## Usage
|
||||
|
||||
### `nfs`
|
||||
|
||||
Used to rebuild the ad-nix system.
|
||||
|
||||
### `ads`
|
||||
|
||||
Used to enter the development shell. Be careful, as this will create a `.devenv` directory and venv wherever it's entered.
|
||||
Reference in New Issue
Block a user