From 602d411bad6a22b129097c3b30e5ccb010ade5d8 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:07:27 -0500 Subject: [PATCH] fix: python flake template --- templates/python/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: