drop nix-unit from flake-inputs

This commit is contained in:
Jörg Thalheim
2023-08-03 11:29:05 +02:00
parent 54e9d4427c
commit 25b5f58866
5 changed files with 52 additions and 54 deletions

View File

@@ -15,7 +15,7 @@ in
pkgs.mkShell {
packages = [
pkgs.ruff
self.inputs.nix-unit.packages.${pkgs.system}.nix-unit
self.packages.${pkgs.system}.nix-unit
pythonWithDeps
];
# sets up an editable install and add enty points to $PATH