{"id":19190458,"url":"https://github.com/mdxprograms/nixpkgs","last_synced_at":"2026-03-01T19:03:04.459Z","repository":{"id":95270544,"uuid":"301218615","full_name":"mdxprograms/nixpkgs","owner":"mdxprograms","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-20T13:59:59.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T04:15:43.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/mdxprograms.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":"2020-10-04T20:15:23.000Z","updated_at":"2020-10-20T14:00:01.000Z","dependencies_parsed_at":"2023-04-13T00:02:13.214Z","dependency_job_id":null,"html_url":"https://github.com/mdxprograms/nixpkgs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdxprograms/nixpkgs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fnixpkgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fnixpkgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fnixpkgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fnixpkgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdxprograms","download_url":"https://codeload.github.com/mdxprograms/nixpkgs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fnixpkgs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29980820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-09T11:34:19.470Z","updated_at":"2026-03-01T19:03:04.445Z","avatar_url":"https://github.com/mdxprograms.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix the world\n\nMy home-manager, direnv, nix setup\n\n### Setup\n\nClone this repo into `~/.config` with default name of repo being used as the directory\n\n1. Install nix if not already available:\n\n```bash\ncurl -L https://nixos.org/nix/install | sh\n```\n\n2. Add the unstable channel and home-manager channel:\n\n```bash\nnix-channel --add https://nixos.org/channels/nixpkgs-unstable\nnix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager\nnix-channel --update\n```\n\n3. Install home-manager for default programs and tooling setup and activate from `~/`\n\n```bash\nnix-shell '\u003chome-manager\u003e' -A install\nhome-manager switch\n```\n\n4. Install `direnv` to automatically pick up local packages and configurations to specific projects when changing into their respective directories.\n\n```bash\n# via arch AUR\nyay -S direnv\n\n# macOS\nbrew install direnv\n```\n\n5. Create a `.envrc` with `use_nix` as its content in each project that uses nix and run `direnv allow .` within the project to allow direnv to auto enable and disable nix packages for the project.\n   The following will be automatic after allowing direnv:\n   Anything inside of `shell.nix` within a project directory will be available when running `nix-shell shell.nix`\n\n### Install DOOM or sync\n\n**NOTE** if ran for first time make sure to run `home-manager switch`\n\n**IMPORTANT** Run `home-manager switch` after settings have been changed in doom\n\n```bash\n./doom-sync.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdxprograms%2Fnixpkgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdxprograms%2Fnixpkgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdxprograms%2Fnixpkgs/lists"}