Nix Cache
[!quote] - Upgrade NixOS through private cache proxy :: Tweak Loop — Tweaking make big things! - Setting up a private Nix cache for fun and profit - Welcome to Cachix documentation — documentation - cachix/install-nix-action
Cachix
备份 flake input
nix flake archive --json \
| jq -r '.path,(.inputs|to_entries[].value.path)' \
| cachix push mycache
推送 nix build
推送 nix develop
从 cachix 获取指定包,确保当前用户已加入 trusted-users
推送指定 drv
手动推送 nixos 配置
nix build --no-link --print-out-paths .#nixosConfigurations.<name>.config.system.build.toplevel | cachix push 3waffel
手动推送 home-manager 配置