diff --git a/templates/python/flake.nix b/templates/python/flake.nix index f66e5f4..83d23b3 100644 --- a/templates/python/flake.nix +++ b/templates/python/flake.nix @@ -11,7 +11,7 @@ inputs.pypi-deps-db.follows = "pypi-deps-db"; }; - outputs = { self, nixpkgs, mach-nix }: + outputs = { nixpkgs, mach-nix, ... }: let supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; forAllSystems = f: