diff --git a/flake.nix b/flake.nix index 8f6306a..b0c92d3 100755 --- a/flake.nix +++ b/flake.nix @@ -255,13 +255,13 @@ }; - packages.${system}.default = self.Archimedes.examples.MinimalApp; + }; - apps.${system}.default = { - type = "app"; - program = "${self.Archimedes.examples.MinimalApp}/bin/Archimedes"; - }; + packages.${system}.default = self.Archimedes.examples.MinimalApp; + apps.${system}.default = { + type = "app"; + program = "${self.Archimedes.examples.MinimalApp}/bin/Archimedes"; }; };