{"id":18465562,"url":"https://github.com/numtide/nix-eval-cache","last_synced_at":"2025-09-06T18:45:35.494Z","repository":{"id":41998042,"uuid":"479402887","full_name":"numtide/nix-eval-cache","owner":"numtide","description":"Skips build/evaluation based on modification date of nix files.","archived":false,"fork":false,"pushed_at":"2024-07-26T09:34:14.000Z","size":24,"stargazers_count":21,"open_issues_count":6,"forks_count":3,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-23T09:48:24.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/numtide.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":"2022-04-08T13:32:47.000Z","updated_at":"2025-03-12T16:30:46.000Z","dependencies_parsed_at":"2022-08-12T01:50:38.269Z","dependency_job_id":null,"html_url":"https://github.com/numtide/nix-eval-cache","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/numtide%2Fnix-eval-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fnix-eval-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fnix-eval-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fnix-eval-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtide","download_url":"https://codeload.github.com/numtide/nix-eval-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247804589,"owners_count":20999017,"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-11-06T09:13:34.302Z","updated_at":"2025-04-08T08:31:55.158Z","avatar_url":"https://github.com/numtide.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-eval-cache\n\nStatus: alpha\n\nskips build/evaluation based on modification date of nix files.\n\nUsage:\n\n```console\n$ cat \u003e foo.nix \u003c\u003cEOF\nwith import \u003cnixpkgs\u003e {};\npkgs.hello\nEOF\n$ cargo build\n$ time ./target/debug/nix-eval-cache result nix-build foo.nix\n/nix/store/g124820p9hlv4lj8qplzxw1c44dxaw1k-hello-2.12\n./target/debug/nix-eval-cache result nix-build foo.nix  0,42s user 0,12s system 82% cpu 0,657 total\n$ time ./target/debug/nix-eval-cache result nix-build foo.nix\nskip build\n./target/debug/nix-eval-cache result nix-build foo.nix  0,00s user 0,01s system 91% cpu 0,009 total\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtide%2Fnix-eval-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtide%2Fnix-eval-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtide%2Fnix-eval-cache/lists"}