From f86eb4ab902e73e02bd08ee791255a56ba141b85 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 12 May 2025 14:08:42 -0500 Subject: [PATCH] spellcheck --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"; }; };