From ba344a80d498a342da971e2cb38d2ab415fe6721 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Fri, 9 May 2025 23:00:09 -0400 Subject: [PATCH] Fix source path in ags.lib.bundle configuration --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 402f331..b7d9e33 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ packages.${system} = { default = ags.lib.bundle { inherit pkgs; - src = src/.; + src = ./.; name = "ags-shell"; entry = "app.ts"; gtk4 = true;