From 6de0e303136681665acf7ff7d713564533b38fe0 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 30 Mar 2025 11:16:51 -0500 Subject: [PATCH] update default app --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 823f6c4..a400eaa 100755 --- a/flake.nix +++ b/flake.nix @@ -315,7 +315,7 @@ apps.${system}.default = { type = "app"; - program = "${self.Archimedes.examples.minimal}/bin/Archimedes"; + program = "${self.Archimedes.examples.MinimalApp}/bin/Archimedes"; }; };