We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a4a5d commit abe6da3Copy full SHA for abe6da3
pkgs/by-name/ja/jan/package.nix
@@ -30,6 +30,6 @@ appimageTools.wrapType2 {
30
license = lib.licenses.agpl3Plus;
31
mainProgram = "jan";
32
maintainers = [ ];
33
- platforms = lib.platforms.linux;
+ platforms = with lib.systems.inspect; patternLogicalAnd patterns.isLinux patterns.isx86_64;
34
};
35
}
0 commit comments