migrate to uv2nix
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 7s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m36s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Failing after 2m38s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 4m55s
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 7s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m36s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Failing after 2m38s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 4m55s
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
15
shell.nix
15
shell.nix
@ -1,9 +1,9 @@
|
||||
{
|
||||
self,
|
||||
pkgs,
|
||||
poetryConfig,
|
||||
checks,
|
||||
system,
|
||||
uv-shell,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -30,15 +30,6 @@ let
|
||||
# constructs the application in-place
|
||||
flupdt = pkgs.mkShell { inputsFrom = [ self.packages.${system}.flupdt ]; };
|
||||
|
||||
# pull in python/poetry dependencies
|
||||
poetry = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.poetry
|
||||
pkgs.poetry2nix.cli
|
||||
];
|
||||
};
|
||||
|
||||
poetry2nixshell = pkgs.poetry2nix.mkPoetryEnv poetryConfig;
|
||||
in
|
||||
{
|
||||
default = pkgs.mkShell {
|
||||
@ -46,8 +37,8 @@ in
|
||||
pre-commit
|
||||
rad-dev
|
||||
flupdt
|
||||
poetry
|
||||
poetry2nixshell
|
||||
#uv-shell.impure
|
||||
uv-shell.uv2nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user