{"id":23364476,"url":"https://github.com/fission-codes/nix-overlay","last_synced_at":"2025-04-07T22:27:36.477Z","repository":{"id":99789867,"uuid":"600234498","full_name":"fission-codes/nix-overlay","owner":"fission-codes","description":"A Nix overlay for Fission packages","archived":false,"fork":false,"pushed_at":"2024-03-19T19:25:38.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-03T04:56:18.403Z","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/fission-codes.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},"funding":{"open_collective":"fission"}},"created_at":"2023-02-10T22:19:13.000Z","updated_at":"2024-11-27T10:14:26.000Z","dependencies_parsed_at":"2024-03-27T12:59:11.822Z","dependency_job_id":null,"html_url":"https://github.com/fission-codes/nix-overlay","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"c3c370a793f7b9ee1d254d66e81fafd29b53bdfa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fnix-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fnix-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fnix-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fission-codes%2Fnix-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fission-codes","download_url":"https://codeload.github.com/fission-codes/nix-overlay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247348535,"owners_count":20924565,"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":"2024-12-21T13:16:27.392Z","updated_at":"2025-04-07T22:27:36.449Z","avatar_url":"https://github.com/fission-codes.png","language":"Nix","funding_links":["https://opencollective.com/fission"],"categories":[],"sub_categories":[],"readme":"# Fission Tools Overlay\n\nThis repository provides a nix overlay for using various Fission tools.\n\n## Usage\n\n### Nix Channel\n\nAdd this overlay as a nix channel\n\nRun `nix-channel --add https://github.com/fission-codes/nix-overlay/archive/main.tar.gz fission`\n\nYou can then import `\u003cfission\u003e` in your code.\n\n### Using Flakes \n\nIf you're using flakes, set this repo as an input and add to `nixpkgs.overlays` like this:\n\n```nix\n{\n  inputs = {\n    fission.url = \"github:fission-codes/nix-overlay\";\n  };\n\n  outputs = { self, nixpkgs, fission }: {\n    nixosConfigurations.machine = nixpkgs.lib.nixosSystem {\n      modules =\n        [\n          ({ pkgs, ... }: {\n            nixpkgs.overlays = [ fission.overlay ];\n            ...\n          })\n        ];\n    };\n  };\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffission-codes%2Fnix-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffission-codes%2Fnix-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffission-codes%2Fnix-overlay/lists"}