diff --git a/flake.nix b/flake.nix index 59d449d..d69b3bf 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ system = "x86_64-linux"; i-w = nixpkgs.legacyPackages.${system}.callPackage ./inkscape-x11.nix { }; in { + packages.${system}.inkscape-xwayland = i-w; apps.${system}.default = { type = "app"; program = "${i-w}/bin/inkscape-xwayland"; }; };