fix: python flake template

This commit is contained in:
Noah Masur 2024-01-13 22:07:27 -05:00
parent 4cd9572993
commit 602d411bad

View File

@ -11,7 +11,7 @@
inputs.pypi-deps-db.follows = "pypi-deps-db"; inputs.pypi-deps-db.follows = "pypi-deps-db";
}; };
outputs = { self, nixpkgs, mach-nix }: outputs = { nixpkgs, mach-nix, ... }:
let let
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
forAllSystems = f: forAllSystems = f: