mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
streamlining
This commit is contained in:
parent
5f37b546f0
commit
ebc7cd7b8b
2 changed files with 2 additions and 3 deletions
|
|
@ -100,14 +100,14 @@
|
|||
suffix-LD = false;
|
||||
hosts = {
|
||||
python3.enable = true;
|
||||
m = {
|
||||
marimo = {
|
||||
enable = true;
|
||||
path = {
|
||||
value = "${pkgs.uv}/bin/uv";
|
||||
args = ["--add-flags" "run marimo edit"];
|
||||
};
|
||||
};
|
||||
n = {
|
||||
neovide = {
|
||||
enable = true;
|
||||
path = {
|
||||
value = "${pkgs.neovide}/bin/neovide";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
final: prev: let
|
||||
reqPkgs = (pyPackages: with pyPackages;[
|
||||
pandas
|
||||
requests
|
||||
]);
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue