{ systems = ["x86_64-linux"]; perSystem = {pkgs, ...}: { packages = { visicut = pkgs.callPackage ./visicut {}; }; }; }