Skip to content

Commit 1545e60

Browse files
Fix build after changes to buildPythonApplication (#319)
Signed-off-by: Scott Stephens <[email protected]>
1 parent 834efef commit 1545e60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
program = "${upload-ami}/bin/${name}";
6161
};
6262
in
63-
mapAttrs mkApp self.packages.${system}.upload-ami.passthru.pyproject.project.scripts
63+
mapAttrs mkApp self.packages.${system}.upload-ami.passthru.upload-ami.pyproject.project.scripts
6464
);
6565

6666
formatter = eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper);

upload-ami/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let
4848
pyproject = true;
4949
nativeBuildInputs = lib.flatten (map resolvePkgs requires);
5050
propagatedBuildInputs = lib.flatten (map resolvePkgs dependencies);
51-
passthru.pyproject = pyproject;
51+
passthru.upload-ami.pyproject = pyproject;
5252
}
5353
) args;
5454

0 commit comments

Comments
 (0)