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"; }; };