Compare commits

...

2 commits

Author SHA1 Message Date
cy
82c4fec0f6
try alternative cache domain 2025-03-20 03:17:22 -04:00
cy
6fa16fa422
try default conduwuit package 2025-03-20 00:46:23 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ env:
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
NIX_CONFIG: |
show-trace = true
extra-substituters = https://cache.cy7.sh/main
extra-substituters = https://cdn.cy7.sh/main
extra-trusted-public-keys = main:Ku31HoEWcBtfggge2VGj+QTkVrQuIwRIMGyfV/5VQP0=
experimental-features = nix-command flakes
accept-flake-config = true

View file

@ -15,7 +15,7 @@ in
pkgFrom = flake: pkg: flake.packages.${prev.system}.${pkg};
in
{
conduwuit = pkgFrom inputs.conduwuit "static-x86_64-linux-musl-all-features-x86_64-haswell-optimised";
conduwuit = pkgFrom inputs.conduwuit "default";
pixelflasher = nixpkgsFrom inputs.pixelflasher "pixelflasher";
attic-server = pkgFrom inputs.attic "attic-server";
attic = pkgFrom inputs.attic "attic";