mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-08-09 23:27:43 +02:00
@ -40,5 +40,14 @@
|
||||
packages = forAllSystems (system: nixpkgsFor.${system});
|
||||
|
||||
defaultPackage = forAllSystems (system: self.packages.${system}.kalker);
|
||||
|
||||
apps = forAllSystems (system: {
|
||||
kalker = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.kalker}/bin/kalker";
|
||||
};
|
||||
});
|
||||
|
||||
defaultApp = forAllSystems (system: self.apps.${system}.kalker);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user