mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
uv autosync on startup
This commit is contained in:
parent
c8e498da15
commit
2b674e2e00
2 changed files with 7 additions and 1 deletions
|
|
@ -80,6 +80,11 @@
|
|||
"--unset PYTHONPATH"
|
||||
];
|
||||
};
|
||||
bashBeforeWrapper = {
|
||||
pydev = [
|
||||
"uv sync"
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
|
|
@ -97,7 +102,7 @@
|
|||
enable = true;
|
||||
path = {
|
||||
value = "${pkgs.uv}/bin/uv";
|
||||
args = [ "--add-flags" "run marimo edit"];
|
||||
args = ["--add-flags" "run marimo edit"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue