Skip to content

Commit

Permalink
nix: Use garnix cache (for macOS availability)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 11, 2024
1 parent d521b4e commit c74f5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
description = "emanote: Emanate a structured view of your plain-text notes";
nixConfig = {
extra-substituters = "https://cache.srid.ca";
extra-trusted-public-keys = "cache.srid.ca:8sQkbPrOIoXktIwI0OucQBXod2e9fDjjoEZWn8OXbdo=";
extra-substituters = "https://cache.garnix.io";
extra-trusted-public-keys = "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=";
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
Expand Down

0 comments on commit c74f5ad

Please sign in to comment.