Fix source path in ags.lib.bundle configuration

This commit is contained in:
Chris Toph 2025-05-09 23:00:09 -04:00
parent ff97470010
commit f55a2a0fe3

View file

@ -39,7 +39,7 @@
packages.${system} = {
default = ags.lib.bundle {
inherit pkgs;
src = src/.;
src = ./.;
name = "ags-shell";
entry = "app.ts";
gtk4 = true;