{"id":28673341,"url":"https://github.com/bamidev/wax","last_synced_at":"2025-06-13T20:10:19.958Z","repository":{"id":298298520,"uuid":"999502954","full_name":"bamidev/wax","owner":"bamidev","description":"A reproducable Odoo development environment as a Nix flake","archived":false,"fork":false,"pushed_at":"2025-06-10T10:56:00.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-10T11:42:14.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bamidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-10T10:53:26.000Z","updated_at":"2025-06-10T10:56:03.000Z","dependencies_parsed_at":"2025-06-10T11:52:20.528Z","dependency_job_id":null,"html_url":"https://github.com/bamidev/wax","commit_stats":null,"previous_names":["bamidev/wax"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bamidev/wax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamidev%2Fwax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamidev%2Fwax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamidev%2Fwax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamidev%2Fwax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamidev","download_url":"https://codeload.github.com/bamidev/wax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamidev%2Fwax/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259712415,"owners_count":22900041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-13T20:10:19.290Z","updated_at":"2025-06-13T20:10:19.920Z","avatar_url":"https://github.com/bamidev.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wax\n\nWax is a build system and development environment for Odoo, in Nix.\nIt is a nix flake, and uses tools like virtualenv and gitaggregator to set up the environment.\nThere is no need to prepare your system with the correct python interpreter or c development files of any libraries.\nYou just need to have the nix package manager installed, and have the flake feature enabled.\n\n## Example flake\n\nHere is an example Nix flake for you Odoo project:\n\n`flake.nix`:\n```\n{\n  description = \"A Wax example\";\n\n  inputs = {\n    wax.url = \"github:bamidev/wax\";\n  };\n\n  outputs = { self, wax }: {\n    devShells.x86_64-linux.default = wax.lib.mkOdooShell {\n      system = \"x86_64-linux\";\n      config =  import ./config.nix;\n    };\n  };\n}\n```\n\n`config.nix`:\n```\n{\n  odooVersion = \"16.0\";\n  databaseName = \"my-database\";\n\n  odooConfig = {\n    options = {\n      workers = 4;\n    };\n  };\n}\n```\n\n# Commands\n\nIn the directory of your flake.nix file, enter the development environment with `nix develop`, edit the `etc/repos.yaml` and `etc/requirements.txt` files, and then you can use the following commands to start using Odoo:\n```\nbuild\nrun\n```\n\nOr if you want to completely reset the environment:\n```\nrm -rf wax\nsetup\nbuild\n```\n\nFor the Odoo versions that support it, there is also the `shell` command to run a Odoo shell.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamidev%2Fwax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamidev%2Fwax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamidev%2Fwax/lists"}