Skip to content

Commit

Permalink
feat(flake): add cachix cache (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: kaeeraa <[email protected]>
  • Loading branch information
kaeeraa authored Jan 25, 2025
1 parent 93fd697 commit 9d356e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
nixConfig = {
substituters = [
"https://cache.garnix.io"
"https://freesmlauncher.cachix.org"
];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"freesmlauncher.cachix.org-1:Jcp5Q9wiLL+EDv8Mh7c6L9xGk+lXr7/otpKxMOuBuDs="
];
};

Expand Down

0 comments on commit 9d356e0

Please sign in to comment.