{"id":24427566,"url":"https://github.com/pmiddend/tango-flake","last_synced_at":"2026-05-24T19:37:02.415Z","repository":{"id":273291018,"uuid":"918065306","full_name":"pmiddend/tango-flake","owner":"pmiddend","description":"Nix flake for the Tango controls system","archived":false,"fork":false,"pushed_at":"2025-01-17T07:22:06.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T01:53:32.130Z","etag":null,"topics":["nix","nix-flake","tango-controls"],"latest_commit_sha":null,"homepage":"","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/pmiddend.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}},"created_at":"2025-01-17T07:21:37.000Z","updated_at":"2025-01-17T07:23:23.000Z","dependencies_parsed_at":"2025-01-20T03:12:11.781Z","dependency_job_id":"344e07ce-a3cf-42aa-b54e-499fdef34e48","html_url":"https://github.com/pmiddend/tango-flake","commit_stats":null,"previous_names":["pmiddend/tango-flake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiddend%2Ftango-flake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiddend%2Ftango-flake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiddend%2Ftango-flake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiddend%2Ftango-flake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmiddend","download_url":"https://codeload.github.com/pmiddend/tango-flake/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243447509,"owners_count":20292448,"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":["nix","nix-flake","tango-controls"],"created_at":"2025-01-20T12:11:21.073Z","updated_at":"2025-12-25T19:56:13.521Z","avatar_url":"https://github.com/pmiddend.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tango-flake: use Tango from Nix(OS)\n\n## What's packaged\n\n- cpptango: 9.4, 9.10\n- tango-idl: 5, 6\n- tango-controls: 9.3, 9.4, 10.0\n\nFor tango-controls, we are using the TangoSourceDistribution instead of a more modular approach for now, as this is significantly less work (especially regarding packaging the Java applications like Jive, and getting their dependency closure).\n\n## Usage\n\n### As a package\n\nUse the overlay provided in case you only need, for example, cpptango:\n\n```nix\n{\n  inputs.tango-controls.url = \"git+https://gitlab.desy.de/cfel-sc-public/tango-flake\";\n  inputs.flake-utils.url = \"github:numtide/flake-utils\";\n  \n  outputs = { self, flake-utils, tango-controls }:\n    flake-utils.lib.eachDefaultSystem\n      (system:\n        let\n          pkgs = import nixpkgs {\n            inherit system;\n            overlays = [ tango-controls.overlays.default ];\n          };\n\t    in\n\t      {\n\t\t    pkgs.stdenv.mkDerivation {\n\t\t\t  buildInputs = [ pkgs.cpptango-9_4 ];\n\t\t\t};\n          });\n}\n```\n\n### On NixOS\n\nIf you're using flakes with NixOS, add the tango flake to your inputs:\n\n```nix\ninputs.tango-controls.url = \"git+https://gitlab.desy.de/cfel-sc-public/tango-flake\";\n```\n\nand then use the modules provided:\n\n```nix\n{ tango-controls }:\n\n{\n  imports = [ tango-controls.nixosModules.tango-controls ];\n  \n  services.tango-controls.enable = true;\n  services.mysql.package = pkgs.mariadb;\n  services.mysql.enable = true;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmiddend%2Ftango-flake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmiddend%2Ftango-flake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmiddend%2Ftango-flake/lists"}