Fix source path in ags.lib.bundle configuration
This commit is contained in:
parent
35de755a6c
commit
ba344a80d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue