{"id":22350962,"url":"https://github.com/johnae/nix-misc","last_synced_at":"2025-06-15T20:13:06.944Z","repository":{"id":54167475,"uuid":"285642666","full_name":"johnae/nix-misc","owner":"johnae","description":"Assorted Nix utility functions and derivations.","archived":false,"fork":false,"pushed_at":"2021-12-23T23:02:04.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T13:12:54.592Z","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/johnae.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}},"created_at":"2020-08-06T18:26:19.000Z","updated_at":"2022-04-29T17:43:38.000Z","dependencies_parsed_at":"2022-08-13T08:10:31.439Z","dependency_job_id":null,"html_url":"https://github.com/johnae/nix-misc","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/johnae%2Fnix-misc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fnix-misc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fnix-misc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnae%2Fnix-misc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnae","download_url":"https://codeload.github.com/johnae/nix-misc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245650213,"owners_count":20650098,"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-04T12:11:55.398Z","updated_at":"2025-03-26T11:45:15.944Z","avatar_url":"https://github.com/johnae.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-misc\n\nNix utility functions and derivations.\n\n## Usage\n\nThis is intended to be used as a Nix flake input. Eg. (contrived example):\n\n```nix\n{\n  description = \"Flake using Nix-misc\";\n\n  inputs.nix-misc.url = \"github:johnae/nix-misc\";\n  outputs = { self, nixpkgs, nix-misc }:\n    let\n      pkgs = import inputs.nixpkgs {\n        localSystem = { system = \"x86_64-linux\"; };\n        overlays = [\n          inputs.nix-misc.overlay\n        ];\n        config = {\n          allowUnfree = true;\n        };\n      };\n    in\n    {\n     # ... use pkgs with nix-misc overlay here ...\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnae%2Fnix-misc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnae%2Fnix-misc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnae%2Fnix-misc/lists"}