A tool to cache built derivations by parsing the output of nix build and feeding the derivations to nix copy. Mirrored to: https://github.com/voidcontext/nix-cache-copy
This repository has been archived on 2023-10-06. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Gabor Pihaj 2f911ebbd7
ci/woodpecker/push/woodpecker Pipeline failed Details
Add warning about project status
2023-10-06 21:23:36 +01:00
src feat: Add cli flag to skip derivations that are already cached (even remotely) 2023-07-11 23:52:19 +01:00
tests Start implementing input parser 2023-05-19 22:02:51 +01:00
.gitignore Cargo init + add nix-rust-utils env 2023-05-19 21:20:20 +01:00
.woodpecker.yml ci: set pipefail in woodpecker 2023-06-18 23:37:42 +01:00
CHANGELOG.md chore(version): v0.2.0 2023-05-31 23:20:05 +01:00
Cargo.lock chore(version): v0.2.0 2023-05-31 23:20:05 +01:00
Cargo.toml chore(version): v0.2.0 2023-05-31 23:20:05 +01:00
LICENSE Initial commit 2023-05-19 20:11:04 +00:00
README.md Add warning about project status 2023-10-06 21:23:36 +01:00
cog.toml feat!: allow any destination not just file:// 2023-05-31 23:08:07 +01:00
flake.lock build: Upgrade nix-rust-utils + use cocogitto 2023-05-30 22:23:27 +01:00
flake.nix build: add cargo-edit to the dev env 2023-05-31 23:19:56 +01:00

README.md

nix-cache-copy

⚠️ Archived ⚠️

This repo has been archived, attic is a much better replacement

⚠️ Archived ⚠️

CI Status Badge

A tool to cache built derivations by parsing the output of nix build and feeding the derivations to nix copy.