Add default app
This commit is contained in:
@@ -35,6 +35,13 @@
|
|||||||
update = zmk-nix.packages.${system}.update;
|
update = zmk-nix.packages.${system}.update;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
apps = forAllSystems (system: {
|
||||||
|
default = {
|
||||||
|
type = "app";
|
||||||
|
program = "${nixpkgs.lib.getExe self.packages.${system}.flash}";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
devShells = forAllSystems (system: {
|
devShells = forAllSystems (system: {
|
||||||
default = zmk-nix.devShells.${system}.default;
|
default = zmk-nix.devShells.${system}.default;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user