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} = {
|
||||
default = ags.lib.bundle {
|
||||
inherit pkgs;
|
||||
src = src/.;
|
||||
src = ./.;
|
||||
name = "ags-shell";
|
||||
entry = "app.ts";
|
||||
gtk4 = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue