{"id":15667935,"url":"https://github.com/rupurt/flytectl-nix","last_synced_at":"2025-05-06T19:48:19.620Z","repository":{"id":171486846,"uuid":"647976545","full_name":"rupurt/flytectl-nix","owner":"rupurt","description":"Nix flake for flytectl","archived":false,"fork":false,"pushed_at":"2023-06-06T22:26:21.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T02:22:02.826Z","etag":null,"topics":["ai","flyte","ml","mlops","nix","nix-flake"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rupurt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-06-01T00:03:40.000Z","updated_at":"2024-12-08T04:54:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"26f277a9-4302-40d3-9495-2c260c045c73","html_url":"https://github.com/rupurt/flytectl-nix","commit_stats":null,"previous_names":["rupurt/flytectl.nix","rupurt/flytectlnix","rupurt/flytectl-nix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fflytectl-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fflytectl-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fflytectl-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fflytectl-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/flytectl-nix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252758419,"owners_count":21799846,"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":["ai","flyte","ml","mlops","nix","nix-flake"],"created_at":"2024-10-03T14:05:52.434Z","updated_at":"2025-05-06T19:48:19.599Z","avatar_url":"https://github.com/rupurt.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flytectlnix\n\nNix [flake](https://nixos.wiki/wiki/Flakes) for [flytectl](https://github.com/flyteorg/flytectl)\n\n## Usage\n\nThis `flytectl` `nix` flake assumes you have already [installed nix](https://determinate.systems/posts/determinate-nix-installer)\n\n### Option 1. Use the `flytectl` CLI within your own flake\n\n```nix\n{\n  inputs.nixpkgs.url = \"github:nixos/nixpkgs\";\n  inputs.flytectl.url = \"github:rupurt/flytectl\";\n  inputs.flake-utils.url = \"github:numtide/flake-utils\";\n\n  outputs = {\n    self,\n    nixpkgs,\n    flake-utils,\n    flytectl,\n    ...\n  }:\n    flake-utils.lib.eachDefaultSystem (system:\n      let\n        pkgs = import nixpkgs {\n          inherit system;\n          overlays = [\n            flytectl.overlay\n          ];\n        };\n      in rec\n      {\n        packages = {\n          flytectl = pkgs.flytectl {};\n        };\n\n        devShells.default = pkgs.mkShell {\n          packages = [\n            packages.flytectl\n          ];\n        };\n      }\n    );\n}\n```\n\nThe above config will add `flytectl` to your dev shell and also allow you to execute it\nthrough the `nix` CLI utilities.\n\n```sh\n# run from devshell\nnix develop -c $SHELL\nflytectl\n```\n\n```sh\n# run as application\nnix run .#flytectl\n```\n\n### Option 2. Run the `flytectl` CLI directly with `nix run`\n\n```nix\nnix run github:rupurt/flytectlnix\n```\n\n## Authors\n\n- Alex Kwiatkowski - alex+git@fremantle.io\n\n## License\n\n`flytectlnix` is released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fflytectl-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Fflytectl-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fflytectl-nix/lists"}