Fix source path in ags.lib.bundle configuration

This commit is contained in:
Chris Toph 2025-05-09 23:00:09 -04:00
parent 35de755a6c
commit ba344a80d4

View file

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