Skip to content

Cryolitia/nur-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nur-packages

Cryolitia's personal NUR repository

Build and populate cache Cachix Cache

Major packages

Stable release has been upstreamed in Nixpkgs, now using Github Actions to daily auto follows the newest release(including pre-release).

With Nix flake, maa-cli will use rust-overlay's beta Rust toolchain to build for verification.

A daily Github Actions will build all packages and push to cachix. Additional, a hydra will build all packages with supportCUDA = true; weekly for validate, but won't push to cachix.

  • maa-assistant-arknights-nightly

  • maa-cli-nightly

Other packages

See https://nur.nix-community.org/repos/cryolitia/

Cachix

substituters = [
  "https://cryolitia.cachix.org"
];
trusted-public-keys = [
  "cryolitia.cachix.org-1:/RUeJIs3lEUX4X/oOco/eIcysKZEMxZNjqiMgXVItQ8="
];