{"id":13794625,"url":"https://github.com/makerdao/makerpkgs","last_synced_at":"2025-05-12T21:31:53.577Z","repository":{"id":42390800,"uuid":"187056757","full_name":"makerdao/makerpkgs","owner":"makerdao","description":"Common nixpkgs","archived":true,"fork":false,"pushed_at":"2022-08-03T16:09:47.000Z","size":80,"stargazers_count":8,"open_issues_count":0,"forks_count":11,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-03T23:03:44.842Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makerdao.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}},"created_at":"2019-05-16T15:41:37.000Z","updated_at":"2023-04-18T13:24:57.000Z","dependencies_parsed_at":"2022-09-23T03:02:34.323Z","dependency_job_id":null,"html_url":"https://github.com/makerdao/makerpkgs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Fmakerpkgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Fmakerpkgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Fmakerpkgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Fmakerpkgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makerdao","download_url":"https://codeload.github.com/makerdao/makerpkgs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225157000,"owners_count":17429698,"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-08-03T23:00:44.926Z","updated_at":"2024-11-18T09:30:44.697Z","avatar_url":"https://github.com/makerdao.png","language":"Nix","funding_links":[],"categories":["Tools"],"sub_categories":["Env"],"readme":"# Maker Nix Packages\n\n`makerpkgs` is a Nix package set with common Maker tools.\n\n## Usage\n\n### Adding binary cache\n\nAdd the Maker Nix build cache for faster install times:\n\n```sh\nnix run nixpkgs.cachix -c cachix use maker\n```\n\n### Installing a program from makerpkgs\n\nList `makerpkgs` specific packages:\n\n```sh\nnix-env -f https://github.com/makerdao/makerpkgs/tarball/master --description \\\n  -qaPA makerpkgs\n```\n\nSearch for a package:\n\n```sh\nnix search -f https://github.com/makerdao/makerpkgs/tarball/master seth\n```\n\nInstalling `seth` from `makerpkgs`:\n\n```sh\nnix-env -f https://github.com/makerdao/makerpkgs/tarball/master -iA seth\n```\n\nList available `dapptools` versions:\n\n```sh\nnix-env -f https://github.com/makerdao/makerpkgs/tarball/master --description \\\n  -qaPA dappSources\n```\n\nVersions are then available under the path `dappPkgsVersions.\u003cversion\u003e`.\n\nInstalling `seth` from `dapptools` version `0.26.0`:\n\n```sh\nnix-env -f https://github.com/makerdao/makerpkgs/tarball/master \\\n  -iA dappPkgsVersions.dapp-0_26_0.seth\n```\n\n### Using makerpkgs in another Nix expression\n\nPut the following at the top of your `default.nix`:\n\n```nix\n{ pkgs ? import (fetchTarball \"https://github.com/makerdao/makerpkgs/tarball/master\") {}\n}:\n```\n\n**Recommended**: Pin a package set at a certain revision by specifying the\ncommit hash you wish to pin it at:\n\n```nix\n{ pkgs ? import (fetchTarball \"https://github.com/makerdao/makerpkgs/tarball/86958dbb74d0f2e5a22bc0f397fe943140dfef41\") {}\n}:\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakerdao%2Fmakerpkgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakerdao%2Fmakerpkgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakerdao%2Fmakerpkgs/lists"}