add package

This commit is contained in:
rhiannon morris 2024-12-13 18:36:17 +01:00
parent 8e3a99718f
commit 6ded4bb6e9

View file

@ -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"; };
};