Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
letos # Letos
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
letos # Letos
];
} Package Definition
{
"pname": "letos",
"version": "4.0.3",
"src": {
"url": "https://github.com/pawelsalawa/letos/releases/download/4.0.3/letos-4.0.3-macos-universal.dmg",
"sha256": "86a6ccfaa110fcdb570c245f15986a7e79c462457128c5450ebb669a252f20fb"
},
"installPhase": [
"mkdir -p \"$out/Applications/Letos.app\" && cp -r \"Letos.app\" \"$out/Applications\""
],
"meta": {
"description": "Create, edit, browse SQLite databases",
"homepage": "https://letos.org/"
}
}