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
1
templates/sci/.gitignore
vendored
1
templates/sci/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
data/*
|
data/*
|
||||||
!data/.gitkeep
|
!data/.gitkeep
|
||||||
|
.venv
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,11 @@
|
||||||
"--unset PYTHONPATH"
|
"--unset PYTHONPATH"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
bashBeforeWrapper = {
|
||||||
|
pydev = [
|
||||||
|
"uv sync"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -97,7 +102,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = {
|
path = {
|
||||||
value = "${pkgs.uv}/bin/uv";
|
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