{"id":26583238,"url":"https://github.com/codgician/mlnx-ofed-nixos","last_synced_at":"2025-03-23T08:30:00.633Z","repository":{"id":282676348,"uuid":"942134767","full_name":"codgician/mlnx-ofed-nixos","owner":"codgician","description":"(WIP) Mellanox mlnx-ofed drivers for NixOS","archived":false,"fork":false,"pushed_at":"2025-03-16T13:20:08.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T13:25:56.277Z","etag":null,"topics":[],"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/codgician.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":"2025-03-03T16:20:56.000Z","updated_at":"2025-03-16T13:20:11.000Z","dependencies_parsed_at":"2025-03-16T08:36:36.677Z","dependency_job_id":null,"html_url":"https://github.com/codgician/mlnx-ofed-nixos","commit_stats":null,"previous_names":["codgician/mlnx-ofed-nix","codgician/mlnx-ofed-nixos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codgician%2Fmlnx-ofed-nixos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codgician%2Fmlnx-ofed-nixos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codgician%2Fmlnx-ofed-nixos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codgician%2Fmlnx-ofed-nixos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codgician","download_url":"https://codeload.github.com/codgician/mlnx-ofed-nixos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245077414,"owners_count":20557256,"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-03-23T08:30:00.079Z","updated_at":"2025-03-23T08:30:00.618Z","avatar_url":"https://github.com/codgician.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mlnx-ofed-nixos\n\n[![build](https://github.com/codgician/mlnx-ofed-nixos/actions/workflows/build.yml/badge.svg)](https://github.com/codgician/mlnx-ofed-nixos/actions/workflows/build.yml)\n\nA small subset of Mellanox OFED packages ported to NixOS.\n\n## Warning\n\nThis project is experimental and may stay experimental for a long time. Not all packages are fully tested, because I don't have the hardware to validate some of the scenarios like InfiniBand. Any help or suggestions are welcomed.\n\n## Binary cache\n\n- Address: `https://mlnx-ofed-nixos.cachix.org`\n- Public key: `mlnx-ofed-nixos.cachix.org-1:jL/cqleOzhPw87etuHMeIIdAgFDKX8WnTBYMSBx3toI=`\n\n## Quick start\n\n### With flakes\n\nThis flake provides:\n\n- `overlays.default` for adding packages into your `pkgs`\n- `nixosModules.default` for easy configuration\n\nA simple example flake would be:\n\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixos-unstable\";\n    mlnx-ofed-nixos = {\n      url = \"github:NixOS/nixpkgs/nixos-unstable\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n\n  outputs = { self, nixpkgs, ... }@inputs: {\n    nixosConfigurations.default = nixpkgs.lib.nixosSystem {\n      system = \"x86_64-linux\";\n      modules = [\n        # Add packages from this repo and set up binary cache\n        inputs.mlnx-ofed-nixos.nixosModules.setupCacheAndOverlays\n        # Add configuration options from this repo\n        inputs.mlnx-ofed-nixos.nixosModules.default\n        # Example configuration\n        ({ config, ... }: {\n          hardware.mlnx-ofed = {\n            enable = true;\n            fwctl.enable = true;    \n            nvme.enable = true;\n            nfsrdma.enable = true;\n            kernel-mft.enable = true;\n          };\n        })\n      ];\n    };\n  };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodgician%2Fmlnx-ofed-nixos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodgician%2Fmlnx-ofed-nixos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodgician%2Fmlnx-ofed-nixos/lists"}