refactor: nix fmt classic to nix fmt
This commit is contained in:
parent
ca78adc858
commit
f9614371a3
57 changed files with 923 additions and 493 deletions
|
|
@ -1,8 +1,17 @@
|
|||
{ pkgs, python ? pkgs.python312, ... }:
|
||||
{
|
||||
pkgs,
|
||||
python ? pkgs.python312,
|
||||
...
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "python-uv";
|
||||
packages = [ python pkgs.uv pkgs.ruff pkgs.pyright ];
|
||||
packages = [
|
||||
python
|
||||
pkgs.uv
|
||||
pkgs.ruff
|
||||
pkgs.pyright
|
||||
];
|
||||
shellHook = ''
|
||||
export UV_PYTHON="${python}/bin/python3"
|
||||
export UV_LINK_MODE=copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue