Skip to content

Commit

Permalink
build: made separate binary cache for the organization
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Nov 30, 2024
1 parent 906ca31 commit a415e32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ Heavily work in progress. Watch for development process in our discord server.
| - | - | - |
| <img src="repository/pictures/store.png" /> | <img src="repository/pictures/store-details.png" /> | <img src="repository/pictures/library-details.png" /> |

## Builds

This repository uses GitHub CI to automatically check source code on errors using the `flake.nix`.
When new releases are pushed CI compiles release build on latest ubuntu version, prepares
RPM, DEB and AppImage builds (which should not really be used) and publishes compiled build
to our [cachix binary cache](https://an-anime-team.cachix.org).

# Declaration of openness / Декларация открытости

I believe that in a changing world it is extremely important to remain honest
with your users. I believe in open source software, so I think it's important
to state the following.

Я верю что в меняющемся мире крайне важно оставаться честными со своими пользователями. Я верю в открытое программное обеспечение, поэтому считаю важным заявить следующее.
Я верю что в меняющемся мире крайне важно оставаться честными со своими пользователями.
Я верю в открытое программное обеспечение, поэтому считаю важным заявить следующее.

## English

Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
extra-substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://krypt0nn.cachix.org"
"https://an-anime-team.cachix.org"
];

extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"krypt0nn.cachix.org-1:ciP8xHjGQDDEjSW1LL9PO/fn8JRzm8zb57eUcFAblR8="
"an-anime-team.cachix.org-1:nr9QXfYG5tDXIImqxjSXd1b6ymLfGCvviuV8xRPIKPM="
];
};

Expand Down

0 comments on commit a415e32

Please sign in to comment.