spellcheck
This commit is contained in:
10
flake.nix
10
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";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user