docs: attic

This commit is contained in:
Ryan Yin
2024-04-01 17:47:00 +08:00
parent 0082e1ae54
commit 7396ee0201
+3 -3
View File
@@ -27,12 +27,12 @@
# 2. Login at the desktop via command: # 2. Login at the desktop via command:
# `attic login central http://attic.writefor.fun <TOKEN>` # `attic login central http://attic.writefor.fun <TOKEN>`
# 3. Create a new cache via command: # 3. Create a new cache via command:
# `attic cache create rk3588` # `attic cache create central`
# `attic use cache rk3588` # `attic use cache central`
# 4. Push Caches to the cache server via: # 4. Push Caches to the cache server via:
# # push the nixos system's cache # # push the nixos system's cache
# nom build ".#nixosConfigurations.rakushun.config.system.build.toplevel" --show-trace --verbose # nom build ".#nixosConfigurations.rakushun.config.system.build.toplevel" --show-trace --verbose
# cachix push rk3588 result # attic push central result
# #
# it's similar to cachix, related docs: # it's similar to cachix, related docs:
# https://docs.attic.rs/reference/attic-cli.html # https://docs.attic.rs/reference/attic-cli.html