Skip to content

Commit abe6da3

Browse files
committed
jan: restrict platforms
1 parent 12a4a5d commit abe6da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ja/jan/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ appimageTools.wrapType2 {
3030
license = lib.licenses.agpl3Plus;
3131
mainProgram = "jan";
3232
maintainers = [ ];
33-
platforms = lib.platforms.linux;
33+
platforms = with lib.systems.inspect; patternLogicalAnd patterns.isLinux patterns.isx86_64;
3434
};
3535
}

0 commit comments

Comments
 (0)